Hello,
I'm trying to refresh my all subgrids in page when the page is loaded. I am trying to use refresh() function but apparently it does not work.(From microsoft site :The refresh method isn’t available in the form OnLoad event because subgrids load asynchronously. With the subgrid OnLoad event introduced in CRM Online 2015 Update 1 you can now detect when the subgrid is loaded and use this method with event handlers for that event.) I have tabs and in that tabs I have subgrids, I am trying to refresh that subgrids. What can I do for this problem?