New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
int rowIndex = grid.CurrentCell.RowIndex;
GridBoundRecordState rs = grid.Binder.GetRecordStateAtRowIndex(rowIndex);
rs.Position will have the position of this record in its table.
int rowIndex = grid.CurrentCell.RowIndex;
GridBoundRecordState rs = grid.Binder.GetRecordStateAtRowIndex(rowIndex);
rs.LevelIndex will have the hierarchy level of the row.
>int rowIndex = grid.CurrentCell.RowIndex;
>GridBoundRecordState rs = grid.Binder.GetRecordStateAtRowIndex(rowIndex);
>
>
>rs.LevelIndex will have the hierarchy level of the row.