This is a migrated thread and some comments may be shown as answers.

Code behind select

1 Answer 75 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Paula
Top achievements
Rank 1
Paula asked on 16 Aug 2010, 09:53 PM
I'm finding a huge difference in speed between clicking on a tab or selecting the tab in code behind using:
RadTabStrip1.Tabs(1).Enabled = True
RadTabStrip1.Tabs(1).Selected = True
mvPost.SelectedIndex = 1

Is there a reason for this? 

If I click on the tab directly it is pretty much instant to select the tab and view the pageview but if I use a next button with the above code it takes about 10-15 seconds to load, what is the difference?

Thanks,
Paula

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 17 Aug 2010, 01:16 PM
Hello Paula,

I cannot reproduce this issue at our side. Could you please open a support ticket and send us a simple page demonstrating the problem there? Thanks

Kind regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabStrip
Asked by
Paula
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or