Hi, how can i work with hierarchical data in xamGrid and VirtualCollection?, I would like to load some initial data and later, when the user expands the row, fill the childs rows with a virtual collection. Is this possible? Is there a best way to do this?
Hi eminieto, Did you try to keep both master rows and child rows in a VirtualCollection istances. If your Row has child rows it is ExpandableRow. You could listen the PropertyChanged event and when it has raised check "IsExpanded" preperty. If this property is true you could load data for child rows via Virtual Collection.
I think this could work.
Best!
Mihail