I am programatically creating a RadTreeView control and trying to set the AutoPostBack property to true so I can use an event handler for the NodeClick event.
For some reason AutoPostBack is not showing up in intellisense in my visual studio window, and even if i type it out and try to compile my code it gives me an error that 'AutoPostBack' is not a member of 'Telerik.Web.UI.RadTreeView'
I have looked over the examples on this website using RadTreeView and they are setting the AutoPostBack property to "True", which leads me to believe the property does exist (which is why I tried it in the first place). Or am I using the wrong tree view control in the first place?
What I am really trying to accomplish is to handle an event when one of the child nodes are clicked, so I can get the value and populate a textbox with it.
Any help or clarification on how the postback is supposed to work with the RadTreeView control would be greatly appreciated.
- John
For some reason AutoPostBack is not showing up in intellisense in my visual studio window, and even if i type it out and try to compile my code it gives me an error that 'AutoPostBack' is not a member of 'Telerik.Web.UI.RadTreeView'
I have looked over the examples on this website using RadTreeView and they are setting the AutoPostBack property to "True", which leads me to believe the property does exist (which is why I tried it in the first place). Or am I using the wrong tree view control in the first place?
What I am really trying to accomplish is to handle an event when one of the child nodes are clicked, so I can get the value and populate a textbox with it.
Any help or clarification on how the postback is supposed to work with the RadTreeView control would be greatly appreciated.
- John