Avatar of Larry Brister
Larry Brister
Flag for United States of America asked on

Browser Version

Hey folks,
  We've writtin an online .NET application with Telerik Rad Controls that works fine...but in IE7. IE6 hangs on some of the Ajax screens and  Firefox doesn't work in all screens either...also with some unexpected results.

Is there something we can do on our side or would Opera fill the gap?
.NET ProgrammingASP.NET

Avatar of undefined
Last Comment
Larry Brister

8/22/2022 - Mon
samtran0331

I use the telerik controls too...I'd suggest you try to work with their support to get it working correctly with IE6 and Firefox...when we first started using telerik we had a few browser compatability issues too...and they were all resolved with using the telerik forum, the support...and lots of trial and error (!)
Bob Learned

What version of the Telerik controls are you using?  Have you looked at the Q1 2007 controls?

Bob
Larry Brister

ASKER
Q4 2006.  Looking at moving up soon...but am still investigating impact
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Bob Learned

So are we, and the jury is still out.

Bob
Bob Learned

What control are you using?  What CSS style is being applied?

Bob
Larry Brister

ASKER
We're using just about all the controls in the system.  But Grid, ComboBox, Ajax, Panelbar, Tabstrip, File Explorer, File Upload, Rad Call are the main ones.  Outlook
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Bob Learned

It sounds like you have a pretty complex setup, and trying to find a needle in a haystack is tough.  I am curious what specific rendering problems you are having.

Bob
Larry Brister

ASKER
It seems that when the user goes to a page using ajax AND a shared calendar the "progress" hangs.
Bob Learned

Is there anything special about the RadCalendar setup or is it pretty much out of the box?  Are you using a RadAjaxPanel?  RadAjaxManager?

Bob
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
Larry Brister

ASKER
Everything is out of the box.  We're using one instance of RadCalendar on each page and the "sharedcalender" with it for additional cals.  Some checklist pages have 30+ datepickers on them.

Correct on the Ajax manager
Bob Learned

1) Does that mean that you are mixing a RadCalendar and RadDatePicker/RadDateTimePicker controls?

2) What do you really mean by "shared" calendar?

Bob

Larry Brister

ASKER
<radCln:RadCalendar ID="shareCal" runat="server">
 </radCln:RadCalendar>

Multiple instance of...
<radCln:RadDatePicker ID="clientsAgreement" runat="server" AllowEmpty="true" SharedCalendarID="shareCal" Width="139px" ToolTip="Y Server: Office Clients" TabIndex="12">
<DateInput Title="" PromptChar=" " TitleIconImageUrl="" DisplayPromptChar="_" CatalogIconImageUrl="" TitleUrl="" Description="" Width="100px" TabIndex="12"></DateInput>
</radCln:RadDatePicker>
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Bob Learned

Are you talking about a permanent "hang", or something that is longer than expected?

Bob
Larry Brister

ASKER
At times it goes after 1-2 minutes...an eternity

At other times it completly hangs
Bob Learned

Does it "hang" when the page first loads, or when it posts back?  Are you binding to external data?

Bob
Your help has saved me hundreds of hours of internet surfing.
fblack61
Larry Brister

ASKER
First loads and yes...we're binding to data on load
Bob Learned

Can you debug and tell where it hangs?

Bob
Larry Brister

ASKER
Debug doesn't find the issue because the PC I develope from has IE 7.  It's just end users that use IE6 that is the problem.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
Bob Learned

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Larry Brister

ASKER
TheLearnedOne:
  yeah...that's the direction I'm headed. I'm going to go ahead and accept your last input as a valid solution.