AD
Administrator
Syncfusion Team
July 14, 2006 08:00 AM UTC
Hi Bill,
Can you please try calling the Invalidate method of the TableControl or the InvalidateRange method of the TableModel.
this.gridGroupingControl1.TableControl.Invalidate();
this.gridGroupingControl1.TableModel.InvalidateRange(GridRangeInfo.Table(), GridRangeOptions.None);
Let me know if this helps.
Thanks,
Rajagopal
AD
Administrator
Syncfusion Team
July 14, 2006 12:49 PM UTC
Hi,
this.gridGroupingControl1.TableControl.Invalidate();
Did the trick!
Thanks!
>Hi Bill,
>
>Can you please try calling the Invalidate method of the TableControl or the InvalidateRange method of the TableModel.
>
>this.gridGroupingControl1.TableControl.Invalidate();
>this.gridGroupingControl1.TableModel.InvalidateRange(GridRangeInfo.Table(), GridRangeOptions.None);
>
>Let me know if this helps.
>Thanks,
>Rajagopal
>