gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
694 stars 133 forks source link

Custom CRUD UX open in a modal form #201

Open PhilippeAussel opened 4 years ago

PhilippeAussel commented 4 years ago

Is it possible to use the custom crud feature to open the add or edit page in a modal window ? For example with Blazored.Modal ?

gustavnavar commented 4 years ago

No, it's not supported. CRUD pages are painted as full-screen ones

PhilippeAussel commented 4 years ago

No, it's not supported. CRUD pages are painted as full-screen ones

Thank you for the reply, Are you interrested to add this feature ? I will plan to work on a fork for me but perhaps intreesting for the community ? Regards

gustavnavar commented 4 years ago

Yes, it's a nice feature to be included

angelru commented 3 years ago

any updates?