Below is the code used to Expand the Rad Sliding Pane:
// finds the Rad sliding zone first in which the pane resides
var slidingZone = $find("<%= SlidingZone1.ClientID %>");
// finds the Rad sliding pane need to be expanded.
var pane = $find("<%= SlidingPane1.ClientID %>");
// Expands the pane
slidingZone.expandPane(pane.get_id());
// To collapse the pane
slidingZone.collapsePane(pane.get_id());
4 comments:
Thank u so much!
Hi Mukund,
Thanks a lot for your post..It helped me to save my research hours.
Regards,
VipiN.P.C
Hi Mukund the Pussy,
Thanks a lot...
Searched high and low for the answer to this very problem. Much appreciated.
Post a Comment