ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Right Popup for CRUD
Title:
B
I
{code}
?
I am implementing popup CRUD (Create, Edit) . I wanted to open grid's Create and Edit Popups as Right sliding popups. How can I do this? I am using ASP.net Core MVC Awesome 6.7 version.
Save Changes
Cancel
Sam Mosaic
asked at 24 Dec 2023
Answers
B
I
{code}
?
There's a demo showing how you can do popup sliding animation using custom js here: https://demo.aspnetawesome.com/PopupDemo#Open-animation You can try using it in your project
Save Changes
Cancel
Omu
answered at 24 Dec 2023
The link you provided is for those popups which we define using InitPopup(), but I want the grid's default create and edit popups to open as side popup ,sliding from right side. is there any parameter or way that I can provide to this declaration of grid's popups @Html.InitCrudPopupForGrid("TestGrid", "Test",450, 1200)
at 24 Dec 2023
Sam Mosaic
`InitCrudPopupForGrid` is an html helper that you copy from our demo, not part of the dll, you can modify it
at 24 Dec 2023
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