I have a pretty simple situation where I have the following arrangement:-
<telerik:RadSplitter ID="Radsplitter1" runat="server"......
<telerik:RadPane ID="Radpane1" runat="server" .....
<telerik:RadSlidingZone ID="Radslidingzone1" runat="server" ....
<telerik:RadSlidingPane ID="rsp1" ......
<telerik:RadSlidingPane ID="rsp2" ......
<telerik:RadSlidingPane ID="rsp3" ......
All I want to do is to be able to programmatically, on the server side, make the contents on the "rsp2" to be selected and visible to the user. Is it possible or can it only be activated/selected by the user?
<telerik:RadSplitter ID="Radsplitter1" runat="server"......
<telerik:RadPane ID="Radpane1" runat="server" .....
<telerik:RadSlidingZone ID="Radslidingzone1" runat="server" ....
<telerik:RadSlidingPane ID="rsp1" ......
<telerik:RadSlidingPane ID="rsp2" ......
<telerik:RadSlidingPane ID="rsp3" ......
All I want to do is to be able to programmatically, on the server side, make the contents on the "rsp2" to be selected and visible to the user. Is it possible or can it only be activated/selected by the user?