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

How can I get javascript to click a radtoolbarbutton??

2 Answers 187 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 08 Apr 2011, 12:57 PM
That's basically my problem, just need to know what method in javascript will allow me to click (i.e. fire a click event) of a toolbarbutton. To be more precise, I actually need the onclientbuttonclicking event to be called.

Thanks,

Dan

2 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 08 Apr 2011, 05:24 PM
Hello Daniel,

Probably you will find helpful the following help article:
http://www.telerik.com/help/aspnet-ajax/toolbar-onclientbuttonclicking.html

Kind regards,
Helen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brian Azzi
Top achievements
Rank 2
answered on 14 Apr 2011, 06:18 PM
Get the RadToolbarItem (in this case a RadToolbarButton), and call the click method. Here is the RadToolbarItem client API: http://www.telerik.com/help/aspnet-ajax/toolbar-clientsidetoolbaritem.html.
Tags
ToolBar
Asked by
Daniel
Top achievements
Rank 1
Answers by
Helen
Telerik team
Brian Azzi
Top achievements
Rank 2
Share this question
or