AD
Administrator
Syncfusion Team
February 8, 2006 01:21 PM UTC
Hi Jim,
Try the RefreshRange(GridRangeInfo range, bool forceRefreshCurrentCell) overloaded method, to force the current cell to refresh. And also try avoiding the BeginUpdate and EndUpdate to see if that helps. Also try CurrentCellChanged and CurrentCellEditingComplete events to see if that serves your need.
Regards,
Calvin.
JI
jim
February 8, 2006 06:49 PM UTC
Hi Calvin,
Doing the update in the CurrentCellEditingComplete event works.
Thanks!