artisteer skin behavior with my Telerik feature

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/15/2010 7:00:21 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

artisteer skin behavior with my Telerik feature

Hi

I am having a wierd problem with my artisteer (2.4 and 2.5) skin borders dissappearing when I populate my Telerik DataGrids in my managers application feature.

See the before and after picture here on my site <<

I do not have this problem with regular mojo skins, just Artisteer skins.

I have read and followed How to make mojoPortal skins using Artisteer 2.4 and just can't seem to figure this out.

Does anyone have any idea what this may be?

Going out of town for 4 days now.  Will check back then.

Thanks

8/17/2010 9:34:47 AM
Gravatar
Total Posts 18439

Re: artisteer skin behavior with my Telerik feature

possibly the controls are adding css or javascript that interferes with css and javscript used by the artisteer skin. You'll have to use Firebug or something to find out what is going on in the markup after the page is rendered and javascript runs. See what is different on a page with and without the grid control. You may also need to read up on the documentation from Telerik to trouble shoot this.

8/21/2010 8:49:28 AM
Gravatar
Total Posts 1
Microsoft Certified Professional Developer

Re: artisteer skin behavior with my Telerik feature

I've Exactly the same problem you have :

This problem happened when i add the RadAjaxManager , Did you solve it ? ,, If you have a solution Please help me.

Thanks

8/23/2010 2:55:01 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: artisteer skin behavior with my Telerik feature

I have not had time to work on this to much yet, BUT.  My boss said it works fine in IE7.

I use IE8 on windows 7 and just found out I can use IE8 to render IE7 by doing this inside Internet Explorer 8 (as the 7 rendering engine is bundled with 8)

1) Open IE8
2) Open >Tools >Developer Tools
3) Switch Browser Mode to IE7 and Document Mode to IE7

After doing this the Artisteer skins render fine in mojoPortal with Telerik controls.

So, The newer IE8 and FF 3.6.8 show the problem.

With IE7 rendering ok now, this will hopefully help me compare the markup from IE7 to IE8 and narrow the problem down.

More on this later...

Rick

8/24/2010 4:20:10 PM
Gravatar
Total Posts 18439

Re: artisteer skin behavior with my Telerik feature

Hi Rick,

fyi, you can make IE 8 use IE7 compatibility mode by adding this meta element to the head in layout.master

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

in fact, if you look in the page.html exported by Artisteer you will see it has this, so really I should probably have that in the included skins except I didn't notice any IE 8 issues without it.

Don't know about a solution for FF 3.6.8 though

Best,

Joe

8/24/2010 6:55:30 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: artisteer skin behavior with my Telerik feature

Hi Joe

Thanks for that.  Being 100% IE compatable will buy me soome time, so...  I bought you a few beer.smiley

As always I always appreciate your input.

Rick

8/25/2010 8:08:41 AM
Gravatar
Total Posts 18439

Re: artisteer skin behavior with my Telerik feature

Thanks for the beer Rick!

Cheers,

Joe

9/22/2010 4:54:51 AM
Gravatar
Total Posts 1

Re: artisteer skin behavior with my Telerik feature

Did you narrow this problem down Rick - as I am experiencing something similar. My radscheduler works fine in IE8 but not FF using a Artisteer skin.

9/22/2010 11:12:55 AM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: artisteer skin behavior with my Telerik feature

I have used Joe's advice above to get it to work fine on IE7 and IE8

           use compatibility mode by adding this meta element to the head in layout.master

          <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

However, I can not get it to work in Firefox.  I am 99% sure this is an Artisteer problem.  In about 7 weeks Artisteer V3 will be out.  Maybe it will work then, but I doubt it.

I have not yet tried IE 9 beta here

 

You must sign in to post in the forums. This thread is closed to new posts.