This question is locked. New answers and comments are not allowed.
Good Morning,
We come across a bit of an issue with using some of the Rad controls
Our scenario is that we've created a user control that contains the RadMaskedInput and RadDatePicker control. In our scenario we use reflection to dynamically create these controls and add them to a silverlight page. We noticed that once we try to scale up (i.e .100+ controls) the app becomes too slow (both to create the objects in memory and the rendering on the page)
After taking reflection out of the scenario and just using the new constructor the performance is no better. From out tests we're look at about 10 secs to create and render 300 of these controls
Do you have any ideas how to improve performance of the creation/render
Terry
We come across a bit of an issue with using some of the Rad controls
Our scenario is that we've created a user control that contains the RadMaskedInput and RadDatePicker control. In our scenario we use reflection to dynamically create these controls and add them to a silverlight page. We noticed that once we try to scale up (i.e .100+ controls) the app becomes too slow (both to create the objects in memory and the rendering on the page)
After taking reflection out of the scenario and just using the new constructor the performance is no better. From out tests we're look at about 10 secs to create and render 300 of these controls
Do you have any ideas how to improve performance of the creation/render
Terry