Are there any client events on the PageView (or event MultiPage) control that I can subscribe to with jQuery ?
Specifically, I would like to be able to subscribe to an event that lets me know the selected pageview is about to be shown, so that I can make some adjustments to the content - analogous to the RadWindow "beforeShow" event.
I know that the default answer is probably to use one of the tabSelect events, but that is not quite what I require.
Specifically, I would like to be able to subscribe to an event that lets me know the selected pageview is about to be shown, so that I can make some adjustments to the content - analogous to the RadWindow "beforeShow" event.
I know that the default answer is probably to use one of the tabSelect events, but that is not quite what I require.