Hello,
Is it possible to have parent-child row releationship between the rows from the same UltraDataBand?
What I want is to have a single band, and then expandable rows, all with the same columns.
For example, headers could be: FamilyName, FirstName - displayed only once at the top.
Then on the top level you would see some people.
When you expand them, you see their children.
When you expand children, you see more...
Is that possible with UltraDataSource with a single UltraDataBand?
Thanks,Andrey
Hi Andrey,
No, WinDataSource does not support recursion. You could do this with a DataSet, though.