Hello,
how i can find the row number from the selected row in the grid?
Thank you for your help
Reguards
Frank
Hi Frank,
You can use the Index property on the row to determine it's position in the rows collection. But that index isn't particularly useful, since it can change when you sort or filter the rows, of if you insert or delete rows.