Serenity: How can I refresh the Grid data in the dialog?

Created on 18 Nov 2016  路  3Comments  路  Source: serenity-is/Serenity

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.

Most helpful comment

I use

$(".refresh-button").click();

All 3 comments

Show Error:
TypeError:Cannot read property 'populate' of undefined

I use

$(".refresh-button").click();

It works!Thank you very much!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chintankukadiya18 picture chintankukadiya18  路  3Comments

kilroyFR picture kilroyFR  路  3Comments

Akarsh03 picture Akarsh03  路  3Comments

ahsansolution picture ahsansolution  路  3Comments

Shraddha996 picture Shraddha996  路  3Comments