RadFilter taking time to reflect with the selected Field/Value.

0 Answers 62 Views
Filter
Ayyappa
Top achievements
Rank 1
Ayyappa asked on 14 Oct 2021, 01:07 AM

Hello 

I'm using a RadFilter(dropdownFilter) in my ASP.Net Ajax application and noticed that upon changing the Field/Value , the change takes about 8-10 seconds to reflect..
When we change Filed/Value , a call or handler event is initiated  to the Telerik.Web.UI.Resource.axd and its taking time to get the response and render the control with selected Filed/Value. 

Any help on this is appreciated.

Attached the call that triggers to WebResource.axd .

Below my Scriptmanager configuration - 

<telerik:RadScriptManager ID="ScriptManager" runat="server" EnablePageMethods="false" EnableEmbeddedjQuery="false"
                        EnablePartialRendering="true" EnableScriptGlobalization="false" EnableScriptLocalization="true"
                        EnableHandlerDetection="false" ScriptMode="Release" EnableScriptCombine="false" AsyncPostBackTimeout="600">
                        <Groups>
                            <telerik:ScriptReferenceGroup>
                                <Scripts>
                                    <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
                                    <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryExternal.js" />
                                    <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryPlugins.js" />
                                </Scripts>
                            </telerik:ScriptReferenceGroup>
                        </Groups>
                    </telerik:RadScriptManager>

Attila Antal
Telerik team
commented on 18 Oct 2021, 12:46 PM

Hi Ayyappa. To be able to understand or replicate the issue I would require more information. Can you please share the complete ASPX + ASPX.CS pages with me? I will take a look at the current implementation and try replicating it locally.

No answers yet. Maybe you can help?

Tags
Filter
Asked by
Ayyappa
Top achievements
Rank 1
Share this question
or