Hi all,
I am new to silverlight and assigned to develop a large business application. We are planning this application in a way that it will be developed fully with RAD Silverlight controls. As a business application we don't want to combine all our functionality in a single xap file, we want to separate them in different module, as the the Example project of Telerik RAD controls does. But I was quite unable to figure out how this works, how it loads module on demand. I need to figure out following things of this Example project:
1. How it populates the left menu.
2..When I click on a menu item like Button menu then it loads Example.Button silverlight project in the right side frame. How it is happening, as this is a different project.
3. How the SplashScreen is working.
I googled a lot to get these answers, but no luck.
Can you guys please give me some links or tips that will answer my above three questions about the Telerik Silverlight Example project.
I have found few other solution to load modules on demand, but I want to use the approach of telerik, because all my project will be developed in Telerik Silverlight Controls.
Thanks