This question is locked. New answers and comments are not allowed.
I am familiar with the RadTreeView's load on demand. I need to do the same thing the grid.
I'm loading via WCF Ria and creating a VirtualQueryableCollectionView for the Itemsource.
I would like to detect when a grid is expanded and presumably fire a request to load the child grid's data into child collection in the VQCV.
I'm not finding a good example of this. Please point me in the right direction or tell me if my approach is wrong.
I'm loading via WCF Ria and creating a VirtualQueryableCollectionView for the Itemsource.
I would like to detect when a grid is expanded and presumably fire a request to load the child grid's data into child collection in the VQCV.
I'm not finding a good example of this. Please point me in the right direction or tell me if my approach is wrong.