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