Hi
I have the following code
const editOptions = { allowDeleting: true, showDeleteConfirmDialog: true}
<GridComponent dataSource={groupsGridData} toolbar={tools} editSettings={editOptions} >
While the Delete button is showing on the toolbar, clicking on it does nothing. The confirm dialog is not showing and the record is not deleted.
Am I missing more settings to make it work?