EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 02:27:40 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
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
]
Loading...