feto

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: True scrolling only works on refresh #97106
    feto
    Participant

    Have you figured this one out??

    I have a very similar issue with local data virtual scrolling. Here is a link to my thread:

    Forum

    thx

    in reply to: Local Data Paging & Sorting #96915
    feto
    Participant

    Sorry for all the post :))) but am working through this now so my progress is currently fluid New discovery (reference example in my post above): grid.addJSONData(rr); //Adds data but local sort and paging NOT WORK $(“#Grid”).jqGrid(“addRowData”, “Id”, rr.rows); //adds data and local sort and paging WORKS! Why?? And i guess i can use addRowData instead of addJSONData as long as performance is similar on large data sets?

    in reply to: Local Data Paging & Sorting #96914
    feto
    Participant

    Even when I write a hardcoded example it does the same thing, data adds and displays fine but when I try and sort on the Name column (All Row Data disappears):

    in reply to: Local Data Paging & Sorting #96913
    feto
    Participant

    And I guess the question really is why after the grid is displaying my data and the grid is datatype:local, why doesn't local paging and sorting just work? Why would attempting to page or sort make the data disappear from the grid?

    in reply to: Local Data Paging & Sorting #96912
    feto
    Participant

    Correct on the RowNum: 0 and rowTotal: -1, rowNum was supposed to be 10 but i copied it wrong.

    But the reason i didnt call back to the server from the grid definition itself is because, and i should have mentioned it before i am actually returning 4 grid result sets from the server in one call and i populate 4 different datatype local grids locally from one server call so my AJAX post really looks like this:

Viewing 5 replies - 1 through 5 (of 5 total)

Stay connected with us in your favorite flavor!