ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to use modal bootstrap in AwesomeGrid
Title:
B
I
{code}
?
hi how can I use modal bootstrap instead of popup awesome for Action Create/Edit and delete??? thanks.
Save Changes
Cancel
dear
asked at 28 May 2017
in our main demo you can see a Popup dropdown in top right corner, select bootstrap in there, this dropdown will set `awem.popup` to `awem.bootstrapPopup`
at 28 May 2017
Omu
yes I see,but I want always use bootstrap without " Popup dropdown in top right corner".
at 28 May 2017
dear
Answers
B
I
{code}
?
you can do this by editing `utils.js`, find: setPopup: function () { ... else { return awem.dropdownPopup(o); // change this to awem.bootstrapPopup(o); } note this won't work in the main demo, because the main demo is setting this method also in Site.js which makes the change popup dropdown work
Save Changes
Cancel
Omu
answered at 28 May 2017
very good.thanks a lot
at 29 May 2017
dear
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