AD
Administrator
Syncfusion Team
June 18, 2005 01:05 AM UTC
The grid.PointToRowCol will give you a rowIndex in the grid from which you can get the GridBoundRecordState.
The GridBoundRecordState.RowIndexInRecord gives you the row index in the record (this tells you how many grid rows above is the start of this record.)
The GridHierarchyLevel.RowCountPerRecord value tells you how many rows there are per record.
From this information, I think you can get the GridRangeInfo you are seeking.
MA
Mathew
June 20, 2005 05:54 PM UTC
Clay,
Thank you for your help. Your suggestions led me to get what I want.
Mathew