Title: _parentId is null Post by: animalong 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 }); }); Title: Re: _parentId is null Post by: 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.
Title: Re: _parentId is null Post by: animalong 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. - - |