How do I set the focus to a particular cell in a GridControl?

Hello, There''s probably a very simple way to set the focus to a particular cell in a GridControl, but after reading lots of documentation, I haven''t stumbled acros how to do so. Thanks,

1 Reply

AD Administrator Syncfusion Team April 28, 2005 09:53 PM UTC

Hi John, it is grid.CurrentCell.MoveTo(rowIndex, colIndex); Stefan >Hello, > >There''s probably a very simple way to set the focus to a particular cell in a GridControl, but after reading lots of documentation, I haven''t stumbled acros how to do so. > >Thanks,

Loader.
Up arrow icon