Hi,
We are trying to implement EJ Grids in our project. Below is our requirements.
1) We have Grid to display data from master table. (eg. Country master)
2) We have "Add" button. When user click on "Add" button, system should open external custom template in TemplateDialog box to enter details of master screens as well as details screens. Please refer below url for your understanding. http://www.dotnetawesome.com/2016/07/advance-master-details-entry-form-in-mvc.html
3) We have edit button at right side of the grid. When user click "Edit" button, system should open master - details screens in editable mode for selected master record.
We are using RAZOR template and .Net Core 2.0 as our development environment. Will highly appreciate if you provide some insides about this implementations.
Regards,