I bind a WebHierarchicalDataGrid to a List<MainItem>. "MainItem" is my custom object and has List<SubItem> member which is initially not populated.
I want to be able to expand "MainItem" rows and get subitems only when it is needeed. I don't want to prepopulte the list of subitems on initial databind.
Please provide an example.
Thank you.
Hi,
check the Manual Load on demand sample source code located here: http://samples.infragistics.com/2010.3/WebFeatureBrowser/Default.aspx -> WebHierarchicalDataGrid -> Manual Load on Demand
Hope this helps.
Thanks,
Lubomir
did you ever figure out how to do?
I am trying to do the same thing-
Anybody??? Anything??