EasyUI Forum
September 13, 2025, 06:19:15 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: _parentId is null  (Read 10349 times)
animalong
Newbie
*
Posts: 2


View Profile Email
« 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 });
});
« Last Edit: August 25, 2015, 09:07:12 PM by animalong » Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: August 25, 2015, 09:11:44 PM »

Please open the browser's debug tool and switch to the network panel to see what data returned from your server.
Logged
animalong
Newbie
*
Posts: 2


View Profile Email
« Reply #2 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.

- -
« Last Edit: August 25, 2015, 11:31:57 PM by animalong » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!