EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 13, 2025, 06:19:15 PM
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
EasyUI Forum
>
General Category
>
Bug Report
>
_parentId is null
Pages: [
1
]
« previous
next »
Print
Author
Topic: _parentId is null (Read 10349 times)
animalong
Newbie
Posts: 2
_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 });
});
«
Last Edit: August 25, 2015, 09:07:12 PM by animalong
»
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: _parentId is null
«
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
Re: _parentId is null
«
Reply #2 on:
August 25, 2015, 11:10:06 PM »
Quote from: jarry 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.
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...