I am having 5 user controls, each user control has Controls with functionality like Chart, Grid, Buttons, ...
I am trying to load all the user controls asynchronously. When i add the user controls by default it should show some loading image, then each control should run some code asynchronously and build the controls.
I was following the above article.
The RadGrid control is not working. Seems the scripts are not loaded or the control is not rendered correctly. Could you please check and let us know a solution.