This is a migrated thread and some comments may be shown as answers.

radgrid column filter exception

3 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Harshal
Top achievements
Rank 1
Harshal asked on 25 Sep 2020, 03:52 PM

Hi,

I try to filter radgrid data and get below exception

 

Unhandled exception at line 6, column 85898 in http://localhost:29227/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=;;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:en-IN:4feca508-514b-48c0-a162-7fa9c360d783:ea597d4b:b25378d2;Telerik.Web.UI,+Version=2018.1.117.45,+Culture=neutral,+PublicKeyToken=121fae78165ba3d4:en-IN:6d514cb9-2739-4112-a25a-b6efc64747ba:16e4e7cd:ed16cbdc:33715776:58366029:f7645509:24ee1bba:f46195d3:8674cba1:7c926187:88144a7a:b7778d6c:c08e9f8a:e085fe68:2003d0b8:c128760b:1e771326:aa288e2d:258f1c72:59462f1:a51ee93e:e330518b:c8618e41:e4f8f289:1a73651d:333f8d94:874f8ea2:b2e06756:92fe8ea0:fa31b949:4877f69a:19620875:490a9d4e:bd8f85e4:6b3f73b3:6d43f6d9
0x80070057 - JavaScript runtime error: Invalid argument. occurred

3 Answers, 1 is accepted

Sort by
0
Harshal
Top achievements
Rank 1
answered on 28 Sep 2020, 06:35 AM

Hi team,

Waiting for your valuable reply.

Please let me know if need more info.

0
Attila Antal
Telerik team
answered on 30 Sep 2020, 09:25 AM

Hi Harshal,

Such long JavaScript exceptions are usually thrown by the Microsoft AJAX Framework and that indicates that there are errors/exceptions on the server but they are being hidden by AJAX. To find out more about the issue, turn AJAX off temporarily and test the application again. Once you do that the error from the server will be visible in the browser, see Get more descriptive errors by disabling AJAX. Once the error shows up you will have a better idea of what causes the problem and you'll be able to spot it right away.

We highly advise every developer, to make the Web application fully functional before turning AJAX on. The AJAX is only there to smoothen the process of multiple PostBacks and also increase performance, but the application must be fully functional before this is enabled.

Kind regards,
Attila Antal
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

0
Harshal
Top achievements
Rank 1
answered on 30 Sep 2020, 04:03 PM
Thanks for your valuable info
Tags
Grid
Asked by
Harshal
Top achievements
Rank 1
Answers by
Harshal
Top achievements
Rank 1
Attila Antal
Telerik team
Share this question
or