How to refresh the sub-grid on Dashboard from the HTML Webresource?
parent.document.getElementById(<Subgrid control ID>).control.refresh();
e.g. parent.document.getElementById(“Component21226322”).control.refresh();
How to refresh the sub-grid on Dashboard from the HTML Webresource?
parent.document.getElementById(<Subgrid control ID>).control.refresh();
e.g. parent.document.getElementById(“Component21226322”).control.refresh();
Cheers mate ! This helped 🙂