GridGroupingControl.Refresh()

Hello!

What does GridGroupingControl.Refresh() method do and (more important!) when do I need to call it?

2 Replies

AD Administrator Syncfusion Team December 8, 2006 11:44 AM UTC

Hi Alexander,
gridGroupingControl1.Refresh()--->Refreshes the grid and forces it to repaint.

If you want to force the grid to redraw, you can call
gridGroupingControl1.Refresh();
(Refresh = UpdateScrollBars + Update)

Say for example:
1.Adding and removing rows from the Grid.
2.Reloading the style settings for the second time.

Best Regards,
Jeba.


AL Alexander December 8, 2006 11:59 AM UTC

Thank you!
But the grid seems to be refreshed automatically when I add new row.

Loader.
Up arrow icon