jQuery UI Widgets Forums TreeGrid virtualModeCreateRecords rowExpand

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • virtualModeCreateRecords rowExpand #82931

    jahnvi25
    Participant

    i have rowExpand event which was written before i implemented virtualModeCreateRecords… and it was working fine..but after loading records virtually now rowExpand event is not getting fired.. even bindingComplete event is not getting fired ..

    how do i use those events ?

    Thanks

    virtualModeCreateRecords rowExpand #82941

    Hristo
    Participant

    Hello jahnvi25,

    In that mode, data is loaded for Each Level on demand when item is expanded and for each next level analogically.
    For that reason ‘rowExpand’ event not appear in first time you could use loadComplete: in DataAdapter to catch this.

    Best Regards,
    Hristo Hristov

    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.