Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

RadDropDownList OnItemSelected is clearing the RadSplitter

$
0
0

Figured it out. Instead of using <telerik:RadAjaxPanel...> you need to wrap it in <asp:UpdatePanel...

 

Example:

<asp:UpdatePanelID="UpdatePanel1"runat="server">
    <ContentTemplate>
        <telerik:RadSplitter ID="RadSplitter1" runat="server">
                 //Do stuff
        </telerik:RadSplitter>
    </ContentTemplate>
</asp:UpdatePanel>

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>