EasyUI Forum
November 05, 2025, 08:03:50 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: _parentId is null on: August 25, 2015, 11:10:06 PM
Please open the browser's debug tool and switch to the network panel to see what data returned from your server.


22222222.png  from firefox firebug



The upload folder is full. Please try a smaller file and/or contact an administrator.

- -
2  General Category / Bug Report / _parentId is null on: August 25, 2015, 09:04:53 PM
at controller  : _parentId have value

at view : _parentId is null

$("#t_tg").treegrid("options").url = "/Test/TestGridData";
$('#t_tg').treegrid("load");

--------

but ↓ is ok

$.post("/Test/TestGridData", function (data) {
    $('#t_tg').treegrid('loadData', { total: data.length, rows: data });
});
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!