Hello all,
We have a tree grid set up 3 levels deep, set up as a hierarchy. There is a massive amount of data (over 10,000 rows total) so for the sake of conserving bandwidth and performance, we want to set it up so that ONLY the top level entries will get pulled back initially – then when a user drills down into one of those parent entries, at this point there would be an ‘on-demand’ request to the server to pull back the related level 2 entries; then the same thing for level 3. So the data will be truly dynamic requests upon drill-down (vs. loading up all 10,000 rows initially). Is this possible? If so, how do we set this up?
Thanks,
-Jim