When I start my application, my computer loads it 15 seconds. It loads a whole bunch of grids and things that I want to load dynamically. What do I have to do if I want for those grids to be loaded "on demand"? Do I have to load controllers dynamically or just the grids? And how? Thank you.