Welcome Guest Search | Active Topics | Sign In | Register

Slow Tabstrip navigation in iexplorer Options
ESB
Posted: Tuesday, July 13, 2010 10:18:18 AM
Rank: Newbie
Groups: Member

Joined: 7/13/2010
Posts: 3
Hi,

I am using a TabStrip control with dynamically created items. Each item on onClick event opens a UserControl form (MultiView). Using iexplorer(6,7,8) when i click a tab it takes like 6-7 seconds to load the UserControl. The same click in firefox or chrome takes 1 second. The users controls contain 2 grids which are filled on load. Have any idea why it's taking so long to load in iexplorer? Thanks!
eo_support
Posted: Tuesday, July 13, 2010 10:31:25 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You may want to check the load time of the user control in a blank page without the TabStrip. FireFox and Chrome have much faster JavaScript engines than IE, so it is not unusual that some contents loads much faster on those browsers. In that case you will want to reduce your page/data size in order to speed things up. For the Grid you may want to consider reducing the number of columns and switch it to server mode so that only one page of data is loaded.

Thanks!
ESB
Posted: Wednesday, July 14, 2010 4:28:57 AM
Rank: Newbie
Groups: Member

Joined: 7/13/2010
Posts: 3
I made a page without the TabStrip control using buttons as tabs and my user controls are loading much faster now. I gues that the javascript code that generates the TabStrip control is the cause of my navigation problem in iexplorer.
eo_support
Posted: Wednesday, July 14, 2010 9:23:57 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

It is unusual that a TabStrip would take that long to load. TabStrip is a relatively light control compare with other controls. If you can create a test page to demonstrate the problem, we will be happy to take a look and see what we can find.

Thanks!
ESB
Posted: Thursday, July 15, 2010 4:29:11 AM
Rank: Newbie
Groups: Member

Joined: 7/13/2010
Posts: 3
Can i send you a private message wit the link?
eo_support
Posted: Thursday, July 15, 2010 9:26:49 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Yes. You can click "PM ME" under any of our post to send us a private message. However we usually need a separate test project that we can load and run in our test environment. An online version of your application will not help much because we can neither debug it against our source code, nor can we verify whatever solution we come up will work for you. So it is better for you to produce a test page/application and then email it to us. We will PM you the email address.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.