Hi There
Hope you can assist on this strange issue that is occurring.
I am using a Master-page / Page / user-controls so adopting RadAjaxManager and RadAjaxManagerProxy set-up.
I am also using RadCompression.
The page is fairly large so it probably would be hard to post up all the code.
The scenario that causes this exception is within a Rad-grid (Paged) which has a couple Nested Templates (3 levels) using NeedDataSource.
When I retrieve some results to bind lets say 200 records to this RadGrid by clicking on the pages randomly after 20+ secs I receive this error. I don't even go to a nested grid to get this error.
It never occurs right away always seems to occur after 20 or so seconds.
------------------------
Timestamp: 27/04/2012 12:11:25 PM
Error: arguments array passed to Function.prototype.apply is too large
Source File: http://localhost/aspx/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a553a4a13-b3a5-4e6b-a152-b131051f1788%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2012.1.411.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a4cad056e-160b-4b85-8751-cc8693e9bcd0%3a16e4e7cd%3aed16cbdc%3af7645509%3a86526ba7%3a874f8ea2%3a24ee1bba%3af46195d3%3a19620875%3a39040b5c%3af85f9819%3ac172ae1e%3a9cdfc6e7%3a2003d0b8%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3a4cacbc31%3a11a04f7e%3a490a9d4e%3abd8f85e4%3ab7778d6c%3a6a6d718d%3ae524c98b%3a2bef5fcc%3aaa288e2d%3a58366029%3a8e6f0d33%3a7165f74
Line: 6
--------------------------
All Postbacks are non responsive even in other sections of the page. Has anyone else encountered such an error.
I suspect every time I click on a page in the Grid it is adding to something before it gets to its limit before it halts.
I have downloaded some tools to view the Current ViewState and using .Net Memory Profiler as I suspect it might be a Memoryleak.
ViewState seems to be around the 500kb mark. Still trying to figure out how to analyze the .Net Memory Profiler snapshot results.
Any ideas will be much appreciated.
Thanks
Brandon
Hope you can assist on this strange issue that is occurring.
I am using a Master-page / Page / user-controls so adopting RadAjaxManager and RadAjaxManagerProxy set-up.
I am also using RadCompression.
The page is fairly large so it probably would be hard to post up all the code.
The scenario that causes this exception is within a Rad-grid (Paged) which has a couple Nested Templates (3 levels) using NeedDataSource.
When I retrieve some results to bind lets say 200 records to this RadGrid by clicking on the pages randomly after 20+ secs I receive this error. I don't even go to a nested grid to get this error.
It never occurs right away always seems to occur after 20 or so seconds.
------------------------
Timestamp: 27/04/2012 12:11:25 PM
Error: arguments array passed to Function.prototype.apply is too large
Source File: http://localhost/aspx/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a553a4a13-b3a5-4e6b-a152-b131051f1788%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2012.1.411.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a4cad056e-160b-4b85-8751-cc8693e9bcd0%3a16e4e7cd%3aed16cbdc%3af7645509%3a86526ba7%3a874f8ea2%3a24ee1bba%3af46195d3%3a19620875%3a39040b5c%3af85f9819%3ac172ae1e%3a9cdfc6e7%3a2003d0b8%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3a4cacbc31%3a11a04f7e%3a490a9d4e%3abd8f85e4%3ab7778d6c%3a6a6d718d%3ae524c98b%3a2bef5fcc%3aaa288e2d%3a58366029%3a8e6f0d33%3a7165f74
Line: 6
--------------------------
All Postbacks are non responsive even in other sections of the page. Has anyone else encountered such an error.
I suspect every time I click on a page in the Grid it is adding to something before it gets to its limit before it halts.
I have downloaded some tools to view the Current ViewState and using .Net Memory Profiler as I suspect it might be a Memoryleak.
ViewState seems to be around the 500kb mark. Still trying to figure out how to analyze the .Net Memory Profiler snapshot results.
Any ideas will be much appreciated.
Thanks
Brandon