Is there a sample project or demo where I can see how to do Hierarchy in the grid without using self reference?
Like doing a Hierarchy but on the same table.
This is ok, but it is not what I want.
I want no to use SelfReferenceHierarchy, but to use Master and Details tables views. So that I use masterview as parrent and inside master view I put details tables as childrens, but from the same datasource. Because I allready have datasource that has parent-child relationship.
Ie. to be able to set MasterTableView Key to "Parrent_ID" and DetailTables Key to "Child_ID".
I don't want rad grid to build the hierarchy automatically, I want to do it.