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

SlidingPane Strange Problem

1 Answer 82 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Shathish Kumar
Top achievements
Rank 1
Shathish Kumar asked on 11 Dec 2007, 07:28 PM
hai
i have this strange problem with radSliding pane
i have few dropdownlists in a radsliding pane-and i have set true for ClickToOpen
now when i try to select some values in the dropdowns the slidingpane automatically hides
when i click to open it again although the values i selected are persisted
what i need is users need to click to open the sliding pane and either they need to click the save button (so the values are saved) or the close icon in the radslidingpane to close it
i dont want it hiding automatically
any suggestions?

1 Answer, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 13 Dec 2007, 09:38 AM
You can "dock" the sliding pane and it will never "collapse" if you click "dock" button.
To achieve this goal automatically, you should handle "OnClientExpanded" event and dock the Sliding Pane with JavaScript.
The following online examples will be in help:

ClientSide Events:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Splitter/Examples/SP_ClientSideEvents/DefaultCS.aspx 
ClientSide Api:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Splitter/Examples/SP_ClientSideAPI/DefaultCS.aspx
Tags
Splitter
Asked by
Shathish Kumar
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or