Hi,
I'm having issues when trying to use .NET MVC Partial View with igLoader. Here's the scenario:
- I have a page with several tabs and each tab is an MVC partial view. The first tab does not have igGrid, and it loads just fine. On the second tab, it has a grid and when it tries to load the partial view I'm getting two errors:
"Cannot read property 'locale' of undefined" and "Uncaught Error: No such widget loaded: igGridPaging"
This happens both on IE9 and Chrome.
What I found is that when I'm not using partial view, the generated script for a control always have the widget name in front of it. so for instance:
$.ig.loader('igCombo', function() {})
However, when the control is on a partial view, the generated script does not have the widget name in front of it
$.ig.loader(function() {$('controlId')....})
I'm using MVC helper and the latest service release 2056
Please help
Hello jAndika,
Thank you for contacting Infragistics!
I have a few questions concerning this matter. Can you please clarify what version of Ignite UI you are using v12.1 or v12.2? What version of Chrome are you using? Have you tried it in FireFox?
Looking forward to hear from you.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
I'm using v12.2, and I just actually updated the scripts today to the latest SR 2086 but the issue is still there. It does not work in Firefox as well.
Chrome Version: 24.0.1312.52 m
Firefox Version: 17.0.1