jQuery UI Widgets Forums Grid Ready method is called before cellsrenderer

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

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

  • bharath
    Participant

    Hello,

    I have a piece of code where I want create custom columns in cells using cellsrenderer, and later in ready method I want add tooltip to these custom cells.

    However, the ready method is called prior to the cellsrenderer, and I cannot achieve what I desire.

    Is this expected behavior ?? Is there any event triggered after the grid has completed binding data and rendering cells.

    Thanks,
    Bharath


    Vladimir
    Participant

    Hello Bharath,

    Take a look at this fiddle:
    As you can see in this fiddle, the ready function is called after the cellsrenderer.
    Though please note that ready function is called after the initial rendering of the grid, while cellsrenderer is called every time a cell needs to be rendered.

    For more information on cellsrenderer you can reffer to the grid cellsrendering documentation

    Also take a look at this topic, as it seems similar to your question.

    Best Regards,
    Vladimir

    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.