Row couldnot be refreshed using RefreshRange

Hi all,

I have attached my simple program that shows my problems. When user checks the checkbox it would update the value in the next row. when changing the next row i call the refreshrange, but it doesnot refresh the value on cell. i dont want to call refresh method, because it consumes much time. please help me to solve this problem.

Best regards,
Wirawan

2 Replies

IG I Gusti Ngurah Wirawan September 7, 2006 08:29 AM UTC

Sorry, forgot to attach the program.

GDBG-CouldNotRefresh.zip


AD Administrator Syncfusion Team September 7, 2006 08:54 AM UTC

Hi Wirawan,

Instead of calling the RefreshRange in DataTable.ColumnChanged event, you can call the RefreshRange method in CurrentCellChanged event.

gridDataBoundGrid1.RefreshRange(GridRangeInfo.Row(gridDataBoundGrid1.CurrentCell.RowIndex + 1));

Let me know if this helps.
Best Regards,
Haneef

Loader.
Up arrow icon