ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Uncaught xxxGrid not initialized
Title:
B
I
{code}
?
Hi, randomly throw this exception "Uncaught xxxGrid not initialized" any page included "InitPopupForm" (Chrome 57). Other times work great. Also EDGE, Opera, Firefox work great. Version 4.9.
Save Changes
Cancel
user
asked at 09 Apr 2017
that's probably a popup called `createServiceGrid` that you're trying to open using `awe.open`, and you haven't initialised it using `InitPopupForm` or `InitPopup` helpers, if you're copying code from the demos probably `Html.InitCrudPopupsForGrid`
at 10 Apr 2017
Omu
note: we are using jqeury "2.2.4" instead of "1.22.4"
at 13 Apr 2017
user
this problem is resolved since version 5.3, for previous versions you can fix this by editing `AwesomeMvc.js`, find `ip:function(t){t.f=n("#"+t.i);t.rtl=ni(t.f);t.f.data("o",t)}` and replace it with `ip:function(t){t.f=n("#"+t.i);t.rtl=ni(t.f);t.f.data("o",t); window[t.i] = t;}`
at 13 Apr 2017
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK