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

Custom Css not working exactly as in previous version

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Selva M
Top achievements
Rank 2
Selva M asked on 19 Mar 2010, 06:15 AM
Hi,
  I'm basically  a designer working with a .net team. We are using the Telerik controls for development process. Recently we updated our controls to the new version of Telerik. From that time we are facing few issues in Grid control, when we apply custom css for headerstyle, itemstyle, etc....
I couldn't get the exact cause of the issue as in the new version the styles are not applying to the td. When i gone through the generated its showing exactly the same as in the older version. i have attached the screenshot of the issue. Please help me to fix the issue ASAP.
.permission_headerstyle, .permission_headerstyle th  
   
     cursor:default
     background-color:#fff;  
     border-top:solid 1px #fff
     border-bottom:solid 2px #ddd
     border-right:solid 10px #fff
     font-size:12px
     font-weight:bold;   
     color:#003366
     height:20px
     padding-top:5px
     padding-left:10px
.permission_headerstyle a 
    color:#003366
 
.permission_itemstyle, .permission_itemstyle td 
    background-color:#fff;  
    border-bottom:solid 1px #ddd
    border-right:solid 10px #fff
    font-size:12px
    padding-top:5px
    padding-left:10px
    vertical-alignmiddle
.permission_itemstyle a 
    font-size:12px
    color:#000
 
.permission_alternate_itemstyle td 
    background-color:#fff;  
    border-bottom:solid 1px #ddd
    border-right:solid 10px #fff
    font-size:12px
    padding-top:5px
    padding-left:10px
.permission_alternate_itemstyle a 
    font-size:12px
    color:#000
 
.permission_selecteditem td 
     background-color:#f7fdea
     padding:0px
     border:0px
     padding-left:10px
     border-right:solid 10px #f7fdea
     border-bottom:solid 1px #ddd
     padding-top:5px
 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 22 Mar 2010, 01:55 PM
Hello Selva,

I have provided guidance on your question at:

http://www.telerik.com/community/forums/aspnet/grid/custom-cssclass-not-applying-properly-in-new-version-of-telerik-control.aspx

Please try not to post two forum threads about the same thing. Thank you.

All the best,
Dimo
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.
Tags
Grid
Asked by
Selva M
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or