jQWidgets Forums

jQuery UI Widgets Forums Grid pagechanged event of jqxgrid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • pagechanged event of jqxgrid #31623

    preetam
    Participant

    I have a requirement where in I have a Main grid which works on server side paging, it has an Inner grid which does not use server side paging but normal paging with pageable= true property set. On click of next page in Inner grid it fires the pagechanged event of Main Grid.
    ID’s of both the grids are different. I have no clue whats wrong.

    pagechanged event of jqxgrid #31628

    Peter Stoev
    Keymaster

    Hi preetam,

    Due to the event bubbling an event from the inner Grid would be intercepted from the outer Grid if you listen for that event and if you did not prevented the bubbling in an event handler of the inner Grid. That means that you can bind to “pagechanged” in an inner Grid and then return false in its event handler.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.