Title: datagrid-cellediting : how to know if a cell is in edit mode Post by: korenanzo on May 13, 2016, 08:46:49 AM Hi,
isCellEditing (index,field) method is not available: it could be useful ... how to implement it? thanks RIc Title: Re: datagrid-cellediting : how to know if a cell is in edit mode Post by: stworthy on May 14, 2016, 01:01:09 AM You can call 'isEditing' method to know if a row is editing, or call 'input' method to get the current editing box object. Please look at http://www.jeasyui.com/extension/datagrid_cellediting.php
|