Hi,
I am working on a plugin. In the UI i have a datagrid showing list of arrays that are registered and user can register new arrays. Register array component is opened as dialog using the method webPlatform.openModalDialog. Once the registration is done i close the dialog using webPlatform.closeDialog. But i also need to refresh the list of arrays in the datagrid.
So for this should i use the gs.getWebPlatform().setGlobalRefreshHandler?. But how to initiate a refresh for the background components in UI.
Please suggest, thank you.