CRM 2011
I am using this blog as sticky notes.
Tuesday, 31 March 2015
Refresh all subgrids on a form
RefreshAllSubGrids: function () { Xrm.Page.ui.controls.forEach( function (control, index) { if (control.getControlType() == "subgrid") { control.refresh(); } } ); }
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)