Hello Sir,
I have two issues in the drag and drop functionality between two treeviews.
The drag and drop is going very smooth as long as I want drag and drop small number of nodes between the two treeviews ( for examples 10 nodes , some hunderts nodes or even few thousands nodes ).
Issue 1 :
When I try to drag and drop for more than few thousands of nodes between the two treeviews, I got the error which say (Maximum request length exceed).
Issue 2:
When I drag and drop really huge number of nodes like ( 300000 nodes for example ) , usually the error is ( not enough memroy or out of memroy)
So please advise me what can I do in both cases because these cases are valid scenarios in my application.
I will be waiting for your reply.
Regards,
A.Abbas
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="btnFetchcode"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="div1" LoadingPanelID="RadAjaxLoadingPanel1" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager> <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Web20"> </telerik:RadAjaxLoadingPanel> <div id="div1" style="width: 400px; height: 200px; border: 1px solid Blue;"> <asp:Label ID="Label3" runat="server" Text="Grab Now"></asp:Label> <telerik:RadTextBox runat="server" ID="txtCode" ReadOnly="true" /> <br/><br/> </div> <br /> <telerik:RadButton ID="btnFetchcode" runat="server" Text="Get Code" OnClick="btnFetchcode_Click"> </telerik:RadButton>
.RadWindow_Default .rwCorner .rwTopLeft, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwCorner .rwTopRight, .RadWindow_Default .rwIcon, .RadWindow_Default table .rwTopLeft, .RadWindow_Default table .rwTopRight, .RadWindow_Default table .rwFooterLeft, .RadWindow_Default table .rwFooterRight, .RadWindow_Default table .rwFooterCenter, .RadWindow_Default table .rwBodyLeft, .RadWindow_Default table .rwBodyRight, .RadWindow_Default table .rwTitlebar, .RadWindow_Default table .rwTopResize, .RadWindow_Default table .rwStatusbar, .RadWindow_Default table .rwStatusbar .rwLoading { display: none !important; }