Title: a problem with datagrid updateRow Post by: cnmis on December 08, 2015, 01:46:32 AM Row Editing in DataGrid
$('#dg').datagrid('updateRow', { index: 0, row: {listprice:0} }); then I edit row 0 , input empty('') to listprice, and end edit then $('#dg').datagrid('acceptChanges'); but listprice still is 0 Title: Re: a problem with datagrid updateRow Post by: stworthy on December 08, 2015, 08:20:29 AM Please try to download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.4-patch.zip.
Title: Re: a problem with datagrid updateRow Post by: cnmis on December 09, 2015, 08:13:12 PM thank you very much. that's all.
|