How to change the current cell?

This is probably easy to do. But How to I change the focus to a specific cell in the grid?

2 Replies

AD Administrator Syncfusion Team December 23, 2002 03:53 PM UTC

Try CurrentCell.MoveTo() Stefan


PC Pascal Couture December 23, 2002 04:08 PM UTC

Thanks it worked! But by the way, I added this before your line : grdSchedule.Model.Selections.Clear() So that if the user has a selection, it is cleared. Have a nice day!

Loader.
Up arrow icon