jQWidgets Forums

jQuery UI Widgets Forums Grid Initialized event

This topic contains 2 replies, has 2 voices, and was last updated by  Martin 5 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Initialized event #107030

    youkou
    Participant

    Hi,

    I would like to apply a filter on the grid as soon as it’s ready. Using $('grid').on('initialized', () =>doSomething()) works fine, but it looks, it’s no longer in the documentation. Is it depreciated ? If yes, how to proceed ?

    Thx

    Initialized event #107032

    youkou
    Participant

    Hi,

    I think I have found the answer myself, I should use the ready callback instead. Right ?

    Initialized event #107063

    Martin
    Participant

    Hello youkou,

    Yes, that is right. We would recommend that you use the ready callback.

    Best Regards,
    Martin

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.