Hi,
Currently I am working with self referential grid, I want to get first level of nodes once and when user clicks expand button, I want to get the second level of nodes from DB. To acheive this I want to set flag GridDataItem.CanExpand to true (since all the nodes may not be expandable).Unfortunately It says that the property "canexpand" is read only.
This is the blocker for my requirement.
Additionally I should be able to change the rows in detail tables and, in fact detail tables insertion and removal based on some external link clicks.
Please do let me know if following are possible.
Insert and Delete detail tables of self referential grid based on some external link clicks.
Instead of getting all levels of self-referential grid at time, if I can get only top most nodes and work on getting rest of nodes based on the expansion of grid rows(HierarchyLoadMode="serverOnDemand").
Any help would on this would really be a great favour.
Currently I am working with self referential grid, I want to get first level of nodes once and when user clicks expand button, I want to get the second level of nodes from DB. To acheive this I want to set flag GridDataItem.CanExpand to true (since all the nodes may not be expandable).Unfortunately It says that the property "canexpand" is read only.
This is the blocker for my requirement.
Additionally I should be able to change the rows in detail tables and, in fact detail tables insertion and removal based on some external link clicks.
Please do let me know if following are possible.
Insert and Delete detail tables of self referential grid based on some external link clicks.
Instead of getting all levels of self-referential grid at time, if I can get only top most nodes and work on getting rest of nodes based on the expansion of grid rows(HierarchyLoadMode="serverOnDemand").
Any help would on this would really be a great favour.