Thanks to BoucherS's wonderful help with my previous questions, I was able to make a lot of progress with my project. However, right now I'm having a minor problem: how can I synchronize my program with the Grid?
Due to the nature of my project, I've disabled the DataVirtualization on my grid.
My program is doing some updates and reloading the data that the grid is bound to. Is there a good way to wait for the data and corresponding UI elements to be loaded? Or, alternatively, is there a way force them to be loaded?
Once again, thanks a lot!
Due to the nature of my project, I've disabled the DataVirtualization on my grid.
My program is doing some updates and reloading the data that the grid is bound to. Is there a good way to wait for the data and corresponding UI elements to be loaded? Or, alternatively, is there a way force them to be loaded?
Once again, thanks a lot!