Hello!
I need to show an "edit" pop-up form for a read-only data grid. The very simple scenario:
- all fields are read-only
- only one button "Close" ("Cancel" would do as well)
The ideal solution would be for the grid to respect editing.AllowAdding(false).AllowDeleting(false).AllowUpdating(false) options and switch to such mode. Could you consider this for a future release?
In any case the present behavior is very strange, if not just a bug, since it shows fully functional pop-up edit form with the "Save" button.
For now I have checked a number of support tickets, but they are either outdated or describe solutions for other (not asp.net core) technologies. Is there a workaround, except fully external pop-up form? The help will be appreciated, since I have too many grids to handle.