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

odd behavior

2 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 19 Feb 2010, 02:56 PM

Ok I am having some very odd behavior.

For one when running a site wiht telerik controls in firefox I don't get the skin, and none of my buttons that cause a rad window to pop up work.  They work finr in IE.

 

The other issue is in IE everything works great untill you hit the refresh button.  If you hit the refresh button you get the same behavior as Firefox, rad windows won't work, don't get skins.  But if you expand or collapse a grid group you get th eskins and the rad windows work again.  but instead of having the nice clean url

http://gofilepointtest.fairviewinvest.com/chesapeake

you get

http://gofilepointtest.fairviewinvest.com/documentlist.aspx?fund=chesapeake

 Everything works fine with out using the rewrite.

More info when I hit the error in ie I get 'Sys' is undefined
don't seem to get an error in firefox

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 19 Feb 2010, 05:16 PM
The two links you provided unfortunately do not work (the first one doesn't reroute to the second one, and the second one just provides an error). From the sound of things  the "clean URL" issue wouldn't be depended on the Telerik controls, it's more of a setup with your server and application.

As for the issues with skinning and RadWindow etc. do they work fine on your development machine and this is only displayed on the production server or is this behavior seen in all environments?
0
Eric Klein
Top achievements
Rank 1
answered on 19 Feb 2010, 05:56 PM
Sorry about that the web address were for demo purpose only.  They do not work.

I have found the soultion in a web blog.
http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/

# 10 was the solution.  Just added the line
<add input="{URL}" negate="true" pattern="\.axd$" /> 
in the rule condition section.
Tags
Grid
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Eric Klein
Top achievements
Rank 1
Share this question
or