Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
Can I stop WinGrid.InitializeRow and continue later?
posted

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.

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children
No Data