|
Title: Datagrid row onChange event required Post by: thecyberzone on September 07, 2016, 09:41:27 AM I have made an editable datagrid using datagrid-detailview.js. In my code whenever I edit any column of any row I want to update backend database table row. This I achieved by invoking $.get jquery call in onAfterEdit event of datagrid detailview. In this way whenever any changes are made in any column each time $.get call is invoked. Is there any way to extend an event like onChangeRow which will be invoked just after I finished editing anywhere in the row and changing the focus in another row (if I put focus from one column to another column nothing will be invoked).
Code: onAfterEdit:function(index,row){Title: Re: Datagrid row onChange event required Post by: battlezad on September 09, 2016, 04:52:32 AM http://jeasyui.com/extension/datagrid_cellediting.php
|