Hi,
I created treeview control and was able to set target to blank page.
However, I need to open the page without any menubar.
Is there any way to do this?
Below is my definition for treeview
I set datasource within the code.
Thanks in advance,
I created treeview control and was able to set target to blank page.
However, I need to open the page without any menubar.
Is there any way to do this?
Below is my definition for treeview
<telerik:RadTreeView ID="RadTreeView1" Runat="server" DataFieldID="ID"
DataFieldParentID="ParentID"
DataNavigateUrlField="URL" DataTextField="Text" DataValueField="URL"
Skin="Forest" EnableViewState ="true" >
<DataBindings>
<telerik:RadTreeNodeBinding Target="_blank" Expanded="false" />
</DataBindings>
</telerik:RadTreeView>
I set datasource within the code.
Thanks in advance,