Hi there,
I'm currently having this problem with RadSlidingZone: When I click on Dock button, the SlidingPane collapses, and I cannot expand it again. Here's my code snippet:
I'm not firing any server-side or client-side event on this SlidingZone. I hope you can help me figure out what went wrong. Thank you!
I'm currently having this problem with RadSlidingZone: When I click on Dock button, the SlidingPane collapses, and I cannot expand it again. Here's my code snippet:
<
telerik:RadPane
ID
=
"RadPane1"
runat
=
"server"
Width
=
"480"
MinWidth
=
"100"
MaxWidth
=
"500"
>
<
telerik:RadSlidingZone
ID
=
"SlidingZone1"
runat
=
"server"
Width
=
"22"
>
<
telerik:RadSlidingPane
ID
=
"SlidingPane1"
runat
=
"server"
Title
=
"Add Feature(s)"
Width
=
"500px"
Height
=
"530px"
DockOnOpen
=
"false"
EnableDock
=
"true"
>
<
div
>
...
...
</
div
>
</
telerik:RadSlidingPane
>
</
telerik:RadSlidingZone
>
</
telerik:RadPane
>
I'm not firing any server-side or client-side event on this SlidingZone. I hope you can help me figure out what went wrong. Thank you!