EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 06:19:08 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
/
EasyUI for jQuery
/
Re: Impossible to edit grid after using datagrid reload function
on: June 25, 2014, 11:53:51 PM
Hi,
the solution is to add "editIndex = undefined;" after call reload function.
example :
function reloadGrid(){
$('#dg').datagrid('reload');
editIndex = undefined;
}
Pages: [
1
]
Loading...