Unplanned
Last Updated: 15 May 2017 09:06 by ADMIN
ADMIN
Peter Milchev
Created on: 15 May 2017 08:55
Category: DropDownTree
Type: Bug Report
1
DropDownTree causes full postback even when ajaxified or inside an UpdatePanel

		
1 comment
ADMIN
Peter Milchev
Posted on: 15 May 2017 08:57
Workaround: using AsyncPostBackTrigger

<asp:UpdatePanel runat="server" ID="d1d">
    <Triggers>
        <asp:AsyncPostBackTrigger  ControlID="RadDropDownTree1" />
    </Triggers>
    <ContentTemplate>