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

RadToolBarButton new window

2 Answers 131 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
JedF
Top achievements
Rank 1
JedF asked on 20 May 2011, 08:26 AM
Hello

I have a radtoolbar with 6 buttons in it. The button redirect to different windows in my application.
I am currently using the postbackurl property, On the click of the button i need it to open a new window with the url.

Is there a way i can do this?

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 20 May 2011, 01:04 PM
Hello Jeff,

You should be setting the RadToolBarButton's NavigateUrl and Target properties in order to open a page in a new window.

I hope that helps.
0
Kate
Telerik team
answered on 20 May 2011, 01:48 PM
Hi JedF,

I would suggest that you take a look at this demo of the RadWindow control. You could also use client-side programming to find the RadToolBarButton by text for example and use the OnClientButtonClicking event to open the RadWindow control.

Best wishes,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ToolBar
Asked by
JedF
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Kate
Telerik team
Share this question
or