GGC: repaint portion of grid

Hi,

I want to be able to redraw only a portion of the ggc, such as the cell or row that I have updated with data instead of redrawing the entire grid, which is very extensive and effects performance majorly. How do I go about this? Thanks.

1 Reply

HA haneefm Syncfusion Team October 8, 2007 05:18 PM UTC

Hi Patrick,

You can try calling RefreshRange passing it a range object that holds the cell (or row or column or whatever) that you want redrawn. Below is a code :

this.grid.TableControl.RefreshRange(GridRangeInfor.Cell(updateRow, updateCol));

Best regards,
Haneef

Loader.
Up arrow icon