Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
pulling value of data tree selected node
posted

I am using the datatree with a heirarchal data source and it is working great. I want to pull the value of the selected child and use this value as a parameter to pull data back and populate a gridview.

I have this working for already for a ultragrid but I am having a hard time trying to pull the value of the data tree. I am using the OnSelectionChanged="WebDataTree2_SelectionChanged" and I want to pull the selected value out in the WebDataTree2_SelectionChanged sub in the code behind.

I tried to follow the agent sample applications code but I could not follow what it was doing to get this to work.

Any help would be appreciated!