Hi All,
I am using below javascript code to refresh subgrid, but some time it refresh and some time it does not.
var subgrid = Xrm.Page.ui.controls.get("Sources");
subgrid.refresh();
I have also tried below code but still not working.
//document.getElementById("Sources").control.refresh();
Thanks in advance
*This post is locked for comments