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
1020
Grid Not Refreshing Properly
posted

 

 

 

I have a binding List which i have bound to the grid.
when I make changes in the list, the data does get
displayed on the grid but many properties like color
and font are not getting properly initialized.
I tried using the code below, but it is of no help.
My last option is to make the datasource null
and reassign it to the grid. But this makes the application
very slow. Please help

Rows.Refresh(Infragistics.Win.UltraWinGrid.

RefreshRow.FireInitializeRow);

Rows.Refresh(Infragistics.Win.UltraWinGrid.

RefreshRow.ReloadData);

Rows.Refresh(Infragistics.Win.UltraWinGrid.

RefreshRow.RefreshDisplay);

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    If the data shows up in the grid, then the grid must be getting a notification that the data in the row has changed and should therefore be firing the InitializeRow event for that row. 

    If that's not happening, then something is wrong. Are you using the latest Hot Fix? Perhaps this is a bug that is already fixed.

    If that does not help, I recommend that you create a small sample project that demonstrates the problem and Submit an incident to Infragistics Developer Support so they can check it out.

Reply Children
No Data