EasyUI Forum
May 12, 2024, 10:22:48 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / General Discussion / How to load data from String varibale into datagrid on: September 27, 2016, 12:19:13 AM
I want to load data from String variable into datagrid in javascript, How can i load it ?

String variable Data is in JSON format.

is it possible to load in following way;
 
Code:
success: function (result) {
                            var json = JSON.parse(result);
                            alert(json.dataCount);
                            alert(json.rsDataRow);
                            $('#adcmSummary').datagrid('load',json.rsDataRow);
                         
                        }

is there any other ways???
i m completely loss.. Embarrassed  Embarrassed
2  General Category / General Discussion / Re: binding error data from json to datagrid on: September 16, 2016, 05:18:55 AM
Thanks jerry... Smiley

You made my week!!!!!!!
3  General Category / General Discussion / binding error data from json to datagrid 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... Sad
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!