Find the index of a new row in a datagrid

melody

New member
Joined
Dec 15, 2004
Messages
4
Programming Experience
1-3
Hello,

what I need to do is, when inserting a new row on a datagrid, which puts the rows in alphabetical order, to be able to find the new row number (index) and make the current row index to show at that row. Any ideas?

A beginner :)
Thanks in advance!
 
If you have a key value you could search for it using the .item then just select that row.

TPM
 
Back
Top