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

API for getting the NavigateUrl for a RadToolBarButton

3 Answers 56 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Delicious!
Top achievements
Rank 1
Delicious! asked on 09 Apr 2009, 10:55 PM
Is there a method that I can call that will get me the NavigateUrl of a RadToolBarButton?

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 10 Apr 2009, 12:38 PM
Hello there,

You can use  get_navigateUrl() of RadToolBarButton client-side object:

var btn = toolBar.findItemByText("button 1");  
var navigateUrl = btn.get_navigateUrl(); 

Best wishes,
Yana
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Delicious!
Top achievements
Rank 1
answered on 10 Apr 2009, 05:26 PM
Thanks.  FYI, that method isn't listed in the documentation =)
0
Yana
Telerik team
answered on 13 Apr 2009, 06:59 AM
Hi Ohrange,

Thank you for reporting this.

Best regards,
Yana
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ToolBar
Asked by
Delicious!
Top achievements
Rank 1
Answers by
Yana
Telerik team
Delicious!
Top achievements
Rank 1
Share this question
or