Hi
I am using Visual Studio 2008, ASP.NET 3.5 and ASP.NET AJAX.
My telerik version is Q1_2009_SP1
My problem is RadProgressArea works well with IE7 but not working in FireFox on PC .
Please let me know what am i missing or do I need to add any code in order for the progress area to show?
Thanks In Advance
I am using Visual Studio 2008, ASP.NET 3.5 and ASP.NET AJAX.
My telerik version is Q1_2009_SP1
My problem is RadProgressArea works well with IE7 but not working in FireFox on PC .
Please let me know what am i missing or do I need to add any code in order for the progress area to show?
Thanks In Advance
7 Answers, 1 is accepted
0
You are correct. Full support for Mozilla Firefox 3.5 came with RadControls for ASP.NET AJAX Q2 2009, this includes the fix for the invisible RadProgressArea.
Kind regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Kind regards,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Maneesha Sahasrabudhe
Top achievements
Rank 1
answered on 11 Nov 2009, 03:12 PM
I tried the trial version of ASP.NET AJAX Q3 2009 package that I downloaded from your website yesterday. It still seems to have a problem with Firefox (mine is version 3.0.15).
Would it be fixed if I were to have a licensed product?
Thanks in advance!
Would it be fixed if I were to have a licensed product?
Thanks in advance!
0
Hi Maneesha,
We are not aware of any such problems with RadProgressArea in Firefox 3, the aforementioned fix was for Firefox 3.5 only. Can you send us a live URL so that we can try and reproduce the issue you're having? Thank you in advance.
Greetings,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
We are not aware of any such problems with RadProgressArea in Firefox 3, the aforementioned fix was for Firefox 3.5 only. Can you send us a live URL so that we can try and reproduce the issue you're having? Thank you in advance.
Greetings,
Kamen Bundev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
sahil
Top achievements
Rank 1
answered on 02 Dec 2009, 07:51 AM
Rad progress is not visible in firefox, but it is looking nice in Internet Explorer.
0
Jason
Top achievements
Rank 1
answered on 30 Mar 2010, 07:57 PM
How does one determine the version of RadTools? When I check Telerik>>About in the menu I only get a brand splash with no version/build info.
Thanks
Thanks
0
Hi Jason,
You can use any of the approaches below:
Greetings,
Veskoni
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.
You can use any of the approaches below:
- Right click on the Telerik assembly and select Properties. Now go to the Details tab - there you can see the version.
- When you run the application open the html source (the output) of the page and search for
<!--
There should be a line like this:
<!-- 2010.1.309.35 -->This line is rendered before the first RadControl on the page and shows the version of the assembly.
Greetings,
Veskoni
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.
0
Jason
Top achievements
Rank 1
answered on 31 Mar 2010, 12:31 PM
Thank you. Turns out I'm using <!-- 2008.2.1001.20 --> which should explain my issues with Firefox.