Hi
The below renders inside a usercontrol with the label on initial load, but on postback, the button disappears. The source info of the browser still contains the control, however. The same happens for any control put into the LeftPane.
Am i doing something wrong or a bug?
Thanks
J
<telerik:RadSplitter RenderMode="Lightweight" ID="RadSplitter1" runat="server" Width="100%" Height="100%">
<telerik:RadPane ID="LeftPane" runat="server" Width="200px">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</telerik:RadPane>
<telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward">
</telerik:RadSplitBar>
<telerik:RadPane ID="EndPane" runat="server" Height="500px">
<div id="mapcanvas" style="height: 500px">
</div>
</telerik:RadPane>
</telerik:RadSplitter>