ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
lnline popup doesn't work on licensed build
Title:
B
I
{code}
?
Hi, I am using grid nest crud. The popup is still using JqueryUI/bootstrap instead of inline. CrudPopupHelper is using the tag(new {Inline = true}), code is copy directly from MvcDemoProject. Neither 4.7 nor 4.9 works. Don't know if it's the build or not.
Save Changes
Cancel
David
asked at 04 Dec 2015
in the latest demo there's a call to Html.InitCrudForGridNest, the check for tag.Inline is made in utils.js init() which calls setPopup(), make sure you're calling utils.init like in the demo
at 04 Dec 2015
Omu
Thanks, utils.init() is not called in the _layout.cshtml. btw, upgrading from 4.7 to 4.9 wasn't a great experience. It would be nice to have a tutorial or a guide to do so.
at 04 Dec 2015
David
should be just replacing files, for mods it could differ, for most people is removing mods source from the code and referencing Omu.AwesomeMvcMods.dll instead
at 04 Dec 2015
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