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);