EasyUI Forum
September 14, 2025, 06:19:08 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 / 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]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!