Is this possible to do with the latest version of infragistic controls?
Basically, I only want to load the controls in the 1st tab on initial page load.
Hi,
Have a look Infragistic's Knowledge Based article here.
I think the KB article above shows how to add control at run time. I want it more specifially, so that on intial
page load, the 1st tab controls are loaded. The controls on the other tabs will be loaded only when I clicked
on the specific tab. I am using the tab on an edit form page
I think all you need to do is set the WebTab's InitializeTabs ClientSideEvent and call the following:
{
oWebTab.setSelectedIndex(0);
}