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
245
Load On Demand Refresh
posted

I have created a custom object collection which I have bound to an UltraGrid using an UltraDataSource and implementing the Load On Demand feature.  What is the best (or accepted) way to get the grid to refresh when a property on the object changes? Right now the cell data only refreshes if something causes the cell to repaint (i.e., mouse over the cell, sort the column, etc...).  If I try to refresh the entire grid each time there is a cell update this slows performance.  What I would like to to is only refresh the cell where the data has changed.

If I instead bind the grid to a BindingList and stream updates to the bound properties the grid updates in real-time as I would expect. 

 Thanks for your help.

Parents Reply Children
No Data