Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I have 3 levels in tree and i want 2nd level data to be selected default when tree is loaded. Please tell me how to do that
Solved! Go to Solution.
Am able to achieve it by writing service which returns me first child of first node(2nd level) and bind that data to selected label and value.
Nisha, did you try setting that level in the SelectedValue or SelectedLabel property of the tree widget
what value i need to give to selected label and value?
Nisha, i suppose you'll need the label as the name of the sub level (2nd level) to be passed to either of these or probably to the SelectedBreadcrumb property, you can test that by binding to one of those using the Configure Widget wizard. Sorry i have not tested this myself so can't name it exactly.
Am still not able to do it
Am able to achieve it by writing service which returns me first child of first node(2nd level) and bind that data to selected label and value.
Glad it worked out!