I enabled double click option of row to view the record on double click but a single click on edit icon also views the row.
Enabling the doubling click as view,the edit icon in the row also view the record instead of edit, but the toolbar edit work correctly on edit of the row.
also,my grid does not show messages like record deleted or updated instead directly reload the grid.
1 Answers
Inline editing is not supported when dblclick used for view record
The loadComplete event is used to open edit dialog on row edit icon.
Your Answer