display a cell

i use virtual grid to show a fairly large table. if i know the row and colum number of a certain cell, how can i make the cell appear in the visible area in my program?

2 Replies

AD Administrator Syncfusion Team November 24, 2004 08:07 AM UTC

Try calling the grid.ScrollCellInView method.


YA yan November 24, 2004 09:58 PM UTC

It works well! Thank you very much! >Try calling the grid.ScrollCellInView method.

Loader.
Up arrow icon