jQWidgets Forums

jQuery UI Widgets Forums Grid update row details

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • update row details #14553

    ntaxa
    Member

    i need update row details in virtual grid. It is posible?

    i have tried to call

    $('#grid').jqxGrid('hiderowdetails', 1);
    $('#grid').jqxGrid('showrowdetails', 1);
    

    it’s doesn’t work

    I have actually rendered template, can i update row details somehow by calling some method?
    For now i can traverse DOM and find “details” element. maybe exists better way?

    Any advice?

    update row details #14568

    Peter Stoev
    Keymaster

    Hi ntaxa,

    The Grid row details are being initialized only in the “initrowdetails” callback function as shown in our samples. If you want to update them at a later point, you will have to add custom code in the “initrowdetails” callback which saves the row details element and row’s index.

    Best Regards,
    Peter Stoev

    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.