I have multiple tabs with complex contents,
I want the overall layout of tabs to be displayed to the end user, but load the contents of each grid (layout + grid + tree), to be loaded only when (and if) the user actually clicked on the tabber header.
Obviously the next time the tab is clicked, the content will already be there.
The tabber events does not seem to support this, any suggestions?