Hello,
I am getting "Uncaught RangeError: Maximum call stack size exceeded" jquery-1.9.1.js when igGrid Row is dbclicked for edit. Please help. Cannot upload sample project; when I upload and hit save button I get "Page not found"
Thanks
Pratibha
I sent sample project to support@infragistics.com. Please help. subject line is igGrid edit does not work ;"Uncaught RangeError: Maximum call stack size exceeded".
Hi,
Enclosed please find a project zip file. "SETTINGS" tab igGrid edit does not work. Please help.
Hello Petar,
Do you have any update for me? please help.
Hello Pratibha,
Thank you for your patience!
The range error indicates that the memory stack is overfilled due to an endless recursion. A possible reason for the issue is that the update event trigger itself. Such types of scenarios might be often encountered in projects where global variables/functions are implemented. It will be highly appreciated if you send me a sample containing the grid only which still reproduces the issue.
If you prefer, a working sample which you could implement in your project might be created. If this is the option that fits you better I will need your requirements for the grid implementation.
Looking forwards to hearing from you.
I am following up to check if you have been able to resolve your issue. If you need any further assistance or if you have additional questions don’t hesitate to contact us again.
Hello Dimka,
I already sent the sample project on 08-29-2013 4:09 PM where you can see the error. Please let me know.
Regards
The previously attached sample helped us to reproduce the issue.
Since it includes different custom javascript libraries apart from the default jquery and our Infragistics ones it is needed all of them to be revised and debugged.
In order to contact our engineering stuff it is necessary an isolated sample containing the grid element and the Infragistics scripts only to be presented. Could you send us such sample?
As I mentioned in my previous post we might also prepare it if we have the exact requirements describing this scenario.
When you decide how it would be the most appropriate for you to proceed please let me know.
Hello Prathiba,
Please feel free to contact me if you have any further questions regarding this matter.
Thank you for your patience.
After reviewing your sample further, it seems that the issue in question was caused due to the fact that both the combined IgniteUI scripts as well as the igLoader script have been loaded and used. This is likely the cause of the issue in this case as the same resources being fetched multiple times may lead to conflicts.
To resolve the issue, I would suggest removing the bundle includes for the combined scripts in BundleConfig.cs, as such:
bundles.Add( new ScriptBundle("~/scripts/vendor") .Include("~/Scripts/jquery-{version}.js") .Include("~/Scripts/jquery-ui-{version}.js") .Include("~/Scripts/knockout-{version}.debug.js") .Include("~/Scripts/sammy-{version}.js") .Include("~/Scripts/toastr.js") .Include("~/Scripts/Q.js") //.Include("~/Scripts/Infragistics/js/infragistics.core.js") //.Include("~/Scripts/Infragistics/js/infragistics.lob.js") //.Include("~/Scripts/Infragistics/js/infragistics.dv.js") .Include("~/Scripts/Infragistics/js/infragistics.loader.js") .Include("~/Scripts/breeze.debug.js") .Include("~/Scripts/bootstrap.js") .Include("~/Scripts/moment.js") );
This seems to resolve the recursion issue as well as the hierarchical grid loading issues, though the row editing template of the igGrid may need modifications based on your
specific datasource. Attached is the updated version of your sample for your reference.
Hope this helps. Please feel free to contact me if you have any questions.
Hello Pratihba,
I have tested the scenario further and the reported issue persists while an update operation is performed. I brought up the matter to our engineering stuff. I will get back to you with more details as soon as I get their response.
Thank you for the reply. Unfortunately this does not work. When I edit row of SETTINGS tab grid, I get javascript errors. I am attaching screen shot. Also igHierarchical grid of DETAILS tab does not show children e.g. Orders. Please help.
Apologizes for sending you an internal version of the sample. Could you please test the new attachment and inform me if you still encounter any issues?