I am trying to see if there is an option of a Radzen pop up/dialog window that opens up an Edit screen for the user to enter information.
This is how default Radzen CRUD pages templates works. You can download Radzen and create some pages using our sample database.
Ok. Thanks. So can we achieve this without using the Radzen IDE and directly embed the source code in the razor page, I am using Razen/Blazor Web assembly?
Radzen generates normal Blazor application that can be opened and modified using Visual Studio. You can study the generated code if you want to create it manually.
Thanks. Can we have an editable text box in a Radzen Dialog component for user input?
You can check the CRM demo which shows popup editing with various components.
The source code is here.
Hello, I cant divide this section from main part.I got some errors. Please if you have another example share it here. I need exactly this popup which is on screen.
Thnaks in advance
There are a lot of examples here e.g. radzen-examples/NorthwindBlazor at master · radzenhq/radzen-examples · GitHub
Is there any update to this? I'm using the DataGrid with the Radzen Studio and I can't find the explicit enum to take the data grid from defaulting to in-line editing to the popup form.
There is no such enum. Such editing is part of our CRUD templates - the default one.