How can I refresh the Grid data in the dialog?
I use method in dialog to refresh the Grid data.
AdmMailGrid.prototype.refresh();
But it didn't work.
Show Error:
TypeError:Cannot read property 'populate' of undefined
I use
$(".refresh-button").click();
It works!Thank you very much!
Most helpful comment
I use
$(".refresh-button").click();