I am building a web application in Visual Studio Team System 2008 using VB.NET 3.5 and RadControls for ASP.NET AJAX 2009 3 1314. My web page has a RadTreeView on one side and a number of fields on the other side, these fields being populated from a database when a node is clicked.
I am attempting to provide a similar functionality with RadTreeView when Javascript is disabled.
However, the AutoPostBack property (mentioned in http://www.telerik.com/help/aspnet/treeview/radtreeview-telerik.webcontrols.radtreeview-autopostback.html) is not recognised as a valid property by my RadTreeView, nor does it appear in the Visual Studio Object Browser. Can you assist in this regard?
In addition, would you have any suggestions as to how to cause the nodes to expand and cause the postback when Javascript is disabled?
Thanks in advance.
I am attempting to provide a similar functionality with RadTreeView when Javascript is disabled.
However, the AutoPostBack property (mentioned in http://www.telerik.com/help/aspnet/treeview/radtreeview-telerik.webcontrols.radtreeview-autopostback.html) is not recognised as a valid property by my RadTreeView, nor does it appear in the Visual Studio Object Browser. Can you assist in this regard?
In addition, would you have any suggestions as to how to cause the nodes to expand and cause the postback when Javascript is disabled?
Thanks in advance.