Setting row index at runtime

Is there a way to position the row index at runtime? is it possible to set the row index based on a find of a column? Thanks! VB.NET please.

2 Replies

AD Administrator Syncfusion Team July 21, 2003 03:51 PM UTC

You use Me.grid.CurrentCell.MoveTo(row, col) to position the current cell at a particular row and col. Here is a sample that does a find....


JL Jean-François Larente July 29, 2003 10:36 AM UTC

THANK YOU ;) This is a very powerful tool that I haven't even begun to learn. So far, I only use the pushbutton as a special control in the grid. I know you can do grid in a grid and drop downs and all sorts of cool things. Just haven't had the time... (Deadlines!) Thanks for you help. > You use > > Me.grid.CurrentCell.MoveTo(row, col) > > to position the current cell at a particular row and col. > > Here is a sample that does a find.... >

Loader.
Up arrow icon