You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had requirement of making a root node tobe made selected by default. I was unable to get the root node from the treeview. Can anybody please help me out.
The text was updated successfully, but these errors were encountered:
swathi1029
changed the title
how to make a node to be selected y default
how to make a node to be selected by default
Mar 11, 2015
I believe the discussion in issue #33 still does not provide a satisfying answer: I guess that, like some other Angular widgets, this directive will be used to reflect existing data and not just for data entry. Suppose a selection (in the tree) had been made by the user, say two days before, then the application is started and the form is loaded again and pre-filled with the data persisted two days before. How does one configure the directive so that a node (different from the root) is selected?
This is exactly the problem that we are facing on the project that I'm working on. Aside from touching the directive's code (which #33 hints to), I don't see a solution.
I had requirement of making a root node tobe made selected by default. I was unable to get the root node from the treeview. Can anybody please help me out.
The text was updated successfully, but these errors were encountered: