AD
Administrator
Syncfusion Team
March 6, 2007 12:41 AM UTC
Hi James,
You can try set RefreshCurrentCellBehavior property to GridRefreshCurrentCellBehavior.RefreshRow to refresh the whole row in a grid.
this.gridGroupingControl1.TableModel.Options.RefreshCurrentCellBehavior = GridRefreshCurrentCellBehavior.RefreshRow;
Best regards,
Haneef