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
255
Displaying the grid without collapsing while refreshing
posted

Hi,

I have populated win grid which has two band with thousand of rows, user navigated into say 500 row and working on it.  My auto refresh post the new information back to the grid which cause the grid to collapse with the new information.

 

Is there any way, I can populate new information without collapsing the view so that user can view the information which he/she was looking earlier.

 

Regards

Sudarsan C.R

Parents
  • 48586
    posted

    Hello,

     

    From the description of your issue, it seems that you re-bind  your grid, and that is why you your rows was collapsed. Instead to rebind the grid you could update your underling data source and if the data source implements INotifyPropertyChaged or you are using DataSet, grid will update displayed data. Please see attached sample.

     

    Please let me know if you have any further questions.

    125839.zip
Reply Children