Can anyone help me to trace an error?
My page has a datagrid with a nested subgrid.
ERROR:
"Uncaught TypeError: Cannot read property of 'panel' of undefined"
This points to the following line in jquery.easyui.min.js:
return $.data(jq[0],"datagrid").
panel.children("div.datagrid-pager");
AND
$(this).datagrid("getPager").pagination("loaded");
My datagrid has pagination, which works correctly.
My nested subgrid has pagination, which works correctly.
Any ideas what might be the problem?
Many thanks
