How do I determine current row index in GridDataBoundGrid?

I am evaluating grid control... I need to know the current row index (assuming only 1 row is selected). Thanks in advance for your help.

1 Reply

AB A. Bhatnagar April 30, 2003 02:07 PM UTC

Actually, I just figured it out. It can be determined as below.. GridDataBoundGrid.CurrentCell.RowIndex

Loader.
Up arrow icon