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

How to set DockOnOpen=false through client side event OnClientUndocked

1 Answer 24 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Chandan Kumar
Top achievements
Rank 1
Chandan Kumar asked on 21 Sep 2010, 07:53 AM
Hello Sir,

How to set RadSlidingPane property DockOnOpen=false through client side event OnClientUndocked;

Please Help Me.

Thanks
Chandan Kumar

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 23 Sep 2010, 04:02 PM
Hi Chandan Kumar,
You can set the value of the DockOnOpen property using the set_dockOnOpen client-side method of RadSlidingPane. For example:
var pane = $find("<%= RadSlidingPane1.ClientID %>");
pane.set_dockOnOpen(!pane.get_dockOnOpen());

Best wishes,
Tsvetie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Slider
Asked by
Chandan Kumar
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or