ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Post popup content, have ok and cancel buttons by default
Title:
B
I
{code}
?
I have two ways of doing a follow up: your standard edit button (EditFormatForGrid) and also with a button with popup on another page. But when I click the button to open the popup, the OK and Cancel buttons are not there. There has to be a simpler way than using .Button() with manual jquery ajax call @(Html.Awe().InitPopup() .Name("suivi") .Url(Url.Action("Edit", "LateFollowUpsCrudGrid", new { id = Model.RvID })) .LoadOnce() .Button("OK", "save") .Button("Annuler", "closePopup") .Title("Suivi")) @Html.Awe().Button().Text("Entrer un suivi").CssClass("o-pad").OnClick(Html.Awe().OpenPopup("suivi"))
Save Changes
Cancel
Mathieu Savage
asked at 09 Jul 2019
you can use the [https://demo.aspnetawesome.com/PopupFormDemo PopupForm] instead of the Popup
at 10 Jul 2019
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