Hi Fellow people.
I have an odd case, where adding a function to a subgrids onload, removes the "+" from the grid.
/* ##### REFRESH OPPORTUNITYPRODUCTSUBGRID ######### */ var refreshOpportunityProductGrid = function () { Xrm.Page.getControl(subgridname2).refresh(); }; Xrm.Page.getControl(subgridname1).addOnLoad(refreshOpportunityProductGrid);
Does anyone know of a solution? i have added my code above, which is basically the same as here https://msdn.microsoft.com/en-us/library/dn932126.aspx#BKMK_subgridAddOnLoad
*This post is locked for comments