Grid inline editing demo
Grid with inline editing mod, for each column an editor is assigned (more than one can be assigned also),
and this editor by default will be bound to the same model property as the column.
The delete action is not part of the inline edit mod and it is using a PopupForm just like in the "Grid popup crud" demo,
a small difference is that in the delete column here we also added the inline cancel button which is hidden when the row is not in inline edit mode,
and the delete button is hidden when the row is in inline edit mode.