Programmatically change the cell focus

Hi,

Is it possible to change the cell focus programmatically in the Grid Databound grid?

Thanks,
Karthik



1 Reply

AD Administrator Syncfusion Team June 14, 2008 01:12 AM UTC

Try using

gridDataBoundGrid1.CurrentCell.MoveTo(rowIndex, colIndex);


There is an overload with a third parameter that allows you to specify activation options.


Loader.
Up arrow icon