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

Databinding javascript

1 Answer 55 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
ACS
Top achievements
Rank 2
ACS asked on 06 Aug 2010, 02:39 AM
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

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Aug 2010, 02:25 PM
Hello,


Attach the OnClientItemClicked event to RadPanelBar which fires when the user clicks on an item.
OnClientItemClicked


-Shinu.
Tags
PanelBar
Asked by
ACS
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or