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 remove ok button from the pop up window
Title:
B
I
{code}
?
How to remove ok button from the pop up window while calling @(Html.Awe().InitPopupForm().Name("abc")
Save Changes
Cancel
test
asked at 22 Apr 2016
Answers
B
I
{code}
?
InitPopupForm has extensions for buttons .UseDefaultButtons(false), to hide the default buttons (Ok, cancel) .Button(text, clickFunc) to add a button
Save Changes
Cancel
Omu
answered at 23 Apr 2016
I need to have cancel button but only delete Ok button, how do I achieve this !
at 25 Apr 2016
test
use .Button like in the demo http://demo.aspnetawesome.com/PopupDemo#Buttons
at 25 Apr 2016
Omu
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