All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
PanelBar
/
Databinding javascript
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
ACS
2 posts
Member since:
May 2007
Posted 05 Aug 2010
Link to this post
Hi,
I have a databound radpanelbar and was wondering how I could bind a call to a clientside javascript function to individual panelbar items.
I have the following simple database table that the panelbar is bound to:
[ItemID]
[ItemText]
[ParentID]
[ClientSideFunction ]
The [ClientSideFunction] Field is the javascript call I need to execute when the panelbar item is clicked.
Thanks
Shinu
17764 posts
Member since:
Mar 2007
Posted 06 Aug 2010
Link to this post
Hello,
Attach the
OnClientItemClicked
event to RadPanelBar which fires when the user clicks on an item.
OnClientItemClicked
-Shinu.
Back to Top
Close