cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use onLeadSelect to load child nodes in a TreeByNestingTableColum

Former Member
0 Kudos

Hello,

Right now a have the mastercolumns onLoadChildren action source mapped to load the children.

Can I use the tables onLeadSelect method to load the children instead? If so, how?

The reason I'm trying to do this is because, when the application is launched I'm trying to load the first set of nodes immediately under the root node. The if the user clicks the table lead on one of the root nodes child node, then i want it to load its child nodes. If I dont do it this way, then the child element will be null until the user actually triggers the onLoadChildren method in the masterColumn.

Please suggest or help how I can achieve this.

Marshall.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved