OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Callback after close dialog window

This topic contains 2 replies, has 2 voices, and was last updated by  thinh2010 6 years, 9 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #34405

    thinh2010
    Participant

    Hi,

    I want to make a datagrid refresh after submit a form in dialog.

    Here is my twig file to call the dialog:

    This code display the list of payments of student. And a ‘Add payment’ button. After add a payment, I want to refresh a payment list.

    Do anyone have ideal for this?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #34406

    Choukk
    Participant

    Hello,

    Take a look at

    mediator.trigger('datagrid:doRefresh:my-grid-identifier');

    I think it should help you.

    #34407

    thinh2010
    Participant

    Thank you, Choukk, it works perfectly :D

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top