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
250
Refresh of a Single Cell when using UltraDataSource with UltraGrid
posted

Hello,

I am using UltraDataSource with UltraGrid.

I have a number of rows in the data source, with the values being updated on the fly.

The problem I am experiencing is that whenever I update a single value in a data row, the entire row is refreshed (all cells repainted).

Is there a way to make the UltraGrid repaint only the cell whose value changed, and not the row?

Thanks,
Andrey 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Andrey,

    I don't think there is any way to stop this. The idea is that when you a single value in a row is changed, the grid fires InitializeRow for that row. This allows you to do things like color an entire row based on the row value. 

Children