i not sure about performance of telerik
maybe you perhaps how to up speed of switch for me
http://www.investor.co.th/Portals/13/SilverlightProject/Current/Investor.Web2/Investor.SLTestPage.html
5 Answers, 1 is accepted
We guess you have set the IsContentPreserved property to True. This makes the RadTabItem's Content to be saved in memory and once the Tabs have been loaded, switching between them is faster operation that their initial load. On the other hand, it is somehow expected that your tabs need some time to load initially - you have several Pane and Chart controls which need their time.
Regards,Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
We believe this performance is expected due to the large number of controls you use in the TabItem's Content and their. You can compare your app to this demo. Large controls just need their time to load themselves and to load their data.
Kind regards,Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
You have some idea
- Force or pause processing from Tab1 when me focus or click to tab2
- When i come back process Tab 1 resume Again
- Or any idea about speed
THANK YOU VERY MUCH
I think scenarios like (1) and (2) cannot be achieved. The only thing that you can do (which determines how the tabs are loaded) is playing with the IsContentPreserved property. However, we still think that the performance of your application is expected, having in mind the big number of controls that you use in each tab. For example, once loaded, your tabs' selection change is faster than the tabs' selection change in this application.
Kind regards,Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>