Hi guys.
I'm showing a real time report to the client. The client request, when a field from the data over the limit, he would like the grid to stop InitializeRow, then show him the data up to where the error hit. Then I will show him a confirmation pop up, the InitializeRow process will continue when he closes the confirmation message.
Is there anyway to do this?
Thanks.
No, there is no way to do this. It sounds to me like you want to load your data one row at a time, rather than all at once. This really has nothing to do with the grid, it has to do with how the data is retrieved from the back end. As far as I am aware, there is no support in DotNet (in Windows Forms, anyway) for doing that.