No subject

maybe i'm overlooking a property, but how do i get the row index that the row arrow/cursor is by. using currentcell and rowenter give the right info most of the time, but not after a sort or filter operation.

1 Reply

AD Administrator Syncfusion Team September 8, 2003 08:53 PM UTC

The CurrentCell.RowIndex picks out the correct rowindex in the grid. But this rowindex in the grid does not map to a record position in the DataTable. Here is a KB link that explains how to use the CurrencyManager to retrieve the current datarow in the DataTable. http://www.syncfusion.com/KB/Grid/Grid_c35c.asp#q570q

Loader.
Up arrow icon