It has to be simple, I apologize, can't find how to access in a tree way to nested table.
In the code below i have to relpace ??? with what?
For Each item As GridDataItem In RadGridResources.MasterTableView.Items idResource = item("IDResource").Text For Each childitem As ??? In ??? idSlot = childitem("IDSlot").Text Next Next