I have tried the following:
- document.all['GridName'].control.refresh();
- document.getElementById("GridName").control.fireControlEvent("OnRefresh", Sys.EventArgs.Empty);
- window.parent.opener.document.getElementById("GridName").control.refresh();
- var subgrid = Xrm.Page.ui.controls.get("GridName");
subgrid.refresh();
All to no avail and keep getting: TypeError: Cannot read property 'refresh' of null at refreshSubGrid
Any help most welcome
EstimationLines
*This post is locked for comments