ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Open Edit content for grid row item in a div next to the grid instead of popup
Title:
B
I
{code}
?
When clicking Create/Edit/Delete buttons on the grid I would like instead of a popup the popup content to be open in a div next to the Grid so here: https://demo.aspnetawesome.com/GridCrudDemo instead of popups I would like the content to open in a div next to the grid
Save Changes
Cancel
RayBen
asked at 19 Feb 2021
Answers
B
I
{code}
?
In our main demo, open `CrudHelpers.cs` and for each call to `InitPopupForm()` add `.Mod(o => o.Inline())`, example: html.Awe() .InitPopupForm() .Name("create" + gridId) ... .Mod(o => o.Inline()) now the popup content will appear where you call `@Html.InitCrudPopupsForGrid` open the `/GridCrudDemo` to see the result
Save Changes
Cancel
Omu
answered at 19 Feb 2021
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