EasyUI Forum
September 14, 2025, 02:27:40 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: a problem with datagrid updateRow on: December 09, 2015, 08:13:12 PM
thank you very much. that's all.
2  General Category / Bug Report / a problem with datagrid updateRow 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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!