Rakeka

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: virtual scroll + ajax xml data + go to page programmatically #98580
    Rakeka
    Participant

    coke said:Looks like if you want to reset paging, you need {page: null} instead of {page: 1}.


    No, I want to change to an specific page and it does not work with virtual scrolling.

    Rakeka
    Participant

    I'm having the same problem, when the option 'scroll' is 'true' or '1' and the page is changed via script ($('#gridID').setGridParam({page: 10}).trigger('reloadGrid');), the pager displays the right info (for example: View 1 101 – 1 150 of 2 000), but, the scroll bar doesn't change position and the grid displays nothing. It appears to be a jqGrid bug, Am I right?

    in reply to: When grid loads, I want the row highlighted. #98493
    Rakeka
    Participant

    Have you tried the loadComplete event?

    Something like this:

    $('#gridID').jqGrid
    ({

    /* other options … */

    loadComplete:
    function()
    {

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

Stay connected with us in your favorite flavor!