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
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
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
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?
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?