jQuery UI Widgets Forums Grid Pass parameters to JQXGrid

This topic contains 2 replies, has 2 voices, and was last updated by  jschultz0614 8 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Pass parameters to JQXGrid #85686

    jschultz0614
    Participant

    Is it at all possible to send a parameter to the Grid so that if I create a new, lets say account, when that dialogue is closed, is there a way to have the account you just reated be populated in the grid?

    Pass parameters to JQXGrid #85697

    ivailo
    Participant

    Hi jschultz0614,

    You can change grid’s source and use updatebounddata method to update the data and refresh the grid.
    Here is a demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Pass parameters to JQXGrid #85699

    jschultz0614
    Participant

    OK,… I have more than one grid on this page. I need to update all grids either at once or in sequence. Each grid uses an ajax API call. After the grids are updated, the script selects the newly created account. My issue is the grid updates. is there a way to do this with out going to ES7 async/await functions?

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

You must be logged in to reply to this topic.