EasyUI Forum

General Category => General Discussion => Topic started by: kapil on September 08, 2016, 03:21:00 AM



Title: binding error data from json to datagrid
Post by: kapil on September 08, 2016, 03:21:00 AM
I have datagrid on JSP page which data from servlet and loads data into JSON file , While binding data from JSON to datagrid getting unresposive script error.

I Have only 558 rows in json file.

How can i load datagrid with more than 5000 rows from JSON file without unresponsive script.

Error as below : "A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: http://localhost:8082/BIMatrix/JavaScript/jquery.min.js:678"


Please help me... :(


Title: Re: binding error data from json to datagrid
Post by: jarry on September 08, 2016, 07:38:17 AM
Please use the virtual scroll view to display millions of rows. Here is the examle shows how to use the scrollview.

http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=Virtual%20Scroll%20View


Title: Re: binding error data from json to datagrid
Post by: kapil on September 16, 2016, 05:18:55 AM
Thanks jerry... :)

You made my week!!!!!!!