Within a function I am iterating through the GridDataItems of an instance of the GridDataItemCollection and I need to determine the level within the hierarchy.
How can I determine what level of the hierarchy a GridDataItem or the GridDataItemCollection belongs to?
In order to identify the table to which the current row belongs/is bound (in the ItemCreated/ItemDataBound handler), you can utilize the Name property of each GridTableView.
C#: