jQWidgets Forums

jQuery UI Widgets Forums Grid How to reset initrowdetails

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to reset initrowdetails #84372

    JhonJairo
    Participant

    I have the jqxGrid configured as follows:
    rowdetails: true, rowdetailstemplate: { rowdetails: “<div></div>”, rowdetailsheight: 250 }, initrowdetails: mostrardetallefila

    When I click on the row enters the mostrardetallefila function.

    And all ok

    How to run the mostrardetallefila function again when clicking on the same line?

    How to reset initrowdetails #84379

    ivailo
    Participant

    Hi JhonJairo,

    You can bind to the rowclick event and use your function when the row is clicked.

    Best Regards,
    Ivailo Ivanov

    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.