Our app features a dynamic grid loaded with multiple tabs, each containing one or more grids. The issue currently is that when the application loads, it automatically calls all the URLs instead of waiting for the user to click on a tab. We want to optimize performance by only calling the URLs upon tab click. The grid items are defined in the Initcomponent method and there is common code used for loading different grids. Any assistance would be greatly appreciated. Thank you.