jQWidgets Forums

jQuery UI Widgets Forums Grid pagechanged / rendered event

This topic contains 2 replies, has 2 voices, and was last updated by  patojax 10 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • pagechanged / rendered event #66453

    patojax
    Participant

    Hi,

    I use virtualmode and server side filterng and I need a callback when clicking throuh pages. Unfortunately ‘pagechanged’ is called _before_ the new rows are rendered, so I cannot access the rows then (I want to mark them as selected).

    The same problem also occured for the ‘filter’ event. Here I could circumvent it, though, by hooking into ‘rendered’. Now ‘rendered’ is not called when the page changes 🙁

    Any ideas on how to access the rows directly after they have been loaded into the grid?

    pagechanged / rendered event #66474

    Dimitar
    Participant

    Hello patojax,

    In this case, the bindingcomplete event should be fired after the new rows have been loaded.

    Best Regards,
    Dimitar

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

    pagechanged / rendered event #66499

    patojax
    Participant

    It works! Even better than the ‘rendered’ event, which is some circumstances is fired multiple times. Thank you.

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

You must be logged in to reply to this topic.