Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<script type=
"text/javascript"
>
function
OnClientButtonClicking(sender, args) {
var
buttontext = args.get_item().get_text();
alert(buttontext);
}
</script>
<
telerik:RadToolBar
ID
=
"RadToolBar1"
runat
"server"
OnClientButtonClicking
"OnClientButtonClicking"
Items
telerik:RadToolBarButton
Text
"Button 0"
OuterCssClass
"rtbItemFocused"
</
"Button 1"
"rtbItemClicked"
"Button 2"
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.
item = eventArgs.get_item();
item.get_value() // returns the value property of the button
Or
item.get_index() // returns the index of the button