We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Selected Cell doesnt update

If I select a read only cell on a virtual grid, and then it''s value is changed, the displayed value does not update until I click onto a different cell. How can I solve this so that the value in the the selected cell updates instantly? Cheers

2 Replies

AD Administrator Syncfusion Team April 16, 2004 02:59 PM UTC

When you change its value, you can call grid.RefreshRange(grid.CurrentCell.RangeInfo, true); The true tells the grid to refresh the current cell.


CD Chris Dugdale April 19, 2004 06:05 AM UTC

Thanks very much Clay. Problem sorted.

Loader.
Live Chat Icon For mobile
Up arrow icon