HI,
I've set tabs on a form to collapsed by default using the JavaScript method:
Xrm.Page.ui.tabs.get("tabname").setDisplayState('collapsed');
It works fine, but I want the contents of the tab to load only when the the user expands the tabs for performance purposes. How could I achieve this?
Thanks a lot,
Jared
*This post is locked for comments
I have the same question (0)