jQuery UI Widgets Forums Grid Grid record size issue

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid record size issue #68357

    DavidSimmons
    Participant

    I have a one data grid which has about 24 columns with 3 joins which should return 2000 records. If I limit the records to 1200 the data grid works fine. Without a limit which would include 2000 records the data grid fails. I have many other data grids that return 10 and 20,000 records with no issues.

    How can I test this data grid to see what the issue might be. The SQL statement runs fine no errors. I have tried commenting how are all columns except key columns and have the same issue. Is there any way to capture the Data grid issue “no data found”.

    Please help…

    Grid record size issue #68359

    Peter Stoev
    Keymaster

    Hi DavidSimmons,

    This issue seems more related to your server side rather than jqxGrid. We are not aware why it returns no data found. I would suggest you to debug your server code and if you wish you can implement the adapter’s loadError callback to see the fail params values.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid record size issue #68383

    DavidSimmons
    Participant

    Here is the message I get back
    SyntaxError: JSON Parse error: Unexpected EOF

    I also found other post dealing with this and I’m finding some of the same results. I have this running on a production server with no issues. Using a copy of the database running on my local machine I get this error. The Code and data our exact duplicates. JSON is exact on both.

    Is there anyway to test this different way to possibly seeking the error. Seems on other post people have experience singular situations.

    Grid record size issue #68399

    Peter Stoev
    Keymaster

    Hi DavidSimmons,

    Unfortunately, that’s not a widget related problem and is more a problem with Client-Server communication.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.