how can I show() radsliding pane with property Visible="false" client side (with javascript), and how to set visible="true" after clicking some button.
1 Answer, 1 is accepted
0
Accepted
Vessy
Telerik team
answered on 12 Nov 2012, 09:44 AM
Hi Lubo,
When the Visible property of a SlidingPane is set to "false", the SlidingPane's client object is not created at all, so there is no way to modify its visibility Client-side. If you need to show/hide a specific SlidingPane on a button click, you could achieve it by using the SlidingPane'sshowTab() and hideTab() methods:
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.