jQWidgets Forums

jQuery UI Widgets Forums Grid how to refresh nested grid

This topic contains 2 replies, has 3 voices, and was last updated by  kev1989 10 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • how to refresh nested grid #19726

    mkdodos
    Participant

    after update database
    thanks,
    Mark

    how to refresh nested grid #19736

    Peter Stoev
    Keymaster

    Hi Mark,

    You can save the nested Grid’s ID in the “initrowdetails” callback. When necessary you can use that ID for jQuery selection and call $(“nestedGridID”).jqxGrid(‘updatebounddata’) to refresh the Grid’s data.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    how to refresh nested grid #59436

    kev1989
    Participant

    Is there anywhere you guys might have a demo of this? ive been seaarching but cannot manage to find anything. ive seen multiple threads now where people ask you guys for an example and all you respond is with the above. which really does not help. for some reason if i call the nested grids like this var projectGridindex = nestedGrids[index].jqxGrid(‘getrowdata’, row); it will actually get the rows data. now if i were to call this same code outside else where it doesnt return anything.

    i have also tried

    $(“#nestedGrids”+[roleGridindex]+””).jqxGrid(‘getrowdata’, row);

    and a lot of other ways trying out different syntax thinking im doing something wrong. i just cant manage to get it to work.

    IF you could PLEASE just post up a working example, im sure alot of other people would appreciate it as well.

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

You must be logged in to reply to this topic.