Hello Admin
The checks for an item selection is missing from all front-end grids. This means that if the user clicks "Edit" without selecting an item the component behaves like it would for new items.
Please revisit this in the builder.
Warm regards
vlemos
Back-end check:onclick="if (document.adminForm.boxchecked.value==0){alert('Please first make a selection from the list.');}else{ Joomla.submitbutton('demoitem.edit')}"
Front-end codeonclick="return Joomla.submitform('demoitem.edit');"