I have an object that is nested, and want to have a grid that shows a hierarchy from that, without (as the examples are shown) ajax to get the data for each parent. Is that possible?
For example
The object (Authors) with a Books Collection.
I don't want to query through to an object to get the books for each author, rather I've already got it.
Does the hierarchy require Ajax calls via DataSource()?
For example
The object (Authors) with a Books Collection.
I don't want to query through to an object to get the books for each author, rather I've already got it.
Does the hierarchy require Ajax calls via DataSource()?