If you have more than 4 sub-grids in a form u have inserted, CRM will automatically load the 1st 4 sub-grids and for the rest sub-grid it will not load, rather it will give a link "To load <entityname> records, click here."
This is because CRM takes care of the efficiency of the form to be loaded faster.
if you want to load the grids after 4th grid, then get the object of the sub-grid and force it to load.
Xrm.Page.ui.tabs.get('<TabName>').controls.get('<Subgrid_Name>').refresh().
hope this helps.
thanks,
yes.sudhanshu
This is because CRM takes care of the efficiency of the form to be loaded faster.
if you want to load the grids after 4th grid, then get the object of the sub-grid and force it to load.
Xrm.Page.ui.tabs.get('<TabName>').controls.get('<Subgrid_Name>').refresh().
hope this helps.
thanks,
yes.sudhanshu










