This is a migrated thread and some comments may be shown as answers.

Open a new window from treeview

1 Answer 258 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Brian Kang
Top achievements
Rank 1
Brian Kang asked on 03 Dec 2009, 03:30 PM
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

 

<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,

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Dec 2009, 07:53 AM
Hi Brian,

I guess you want to open radwindow on clicking the treenode. If so one suggestion to achieve this is, attaching 'OnClientNodeClicked' event and in event handler, open the window using any of the approach described in the documentation:
Opening Windows 

Also checkout the following forum link which desbibes how to show window without border.
Remove the window border

-Shinu.
Tags
TreeView
Asked by
Brian Kang
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or