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
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