Style Builder and Grid

Posted by Community Admin on 05-Aug-2018 23:28

Style Builder and Grid

All Replies

Posted by Community Admin on 14-Jul-2011 00:00

Ok I'm sorry if this isn't the right place to put this, I wasn't sure.

I used the stylebuilder.telerik.com to customize one of the skins, everything looks great but have an issue with the Grid. I understand it's a beta, but just wanted to point this out.

Neither the active or selected css are being generated for the Alternate row.

Thanks

Posted by Community Admin on 20-Jul-2011 00:00

Hi Alex,

As you mentioned currently version of the Telerik Visual Stylebuilder is beta, but our developers work to improve the product. Thank you for this point, I will forward it to them.

  Additionally you can easily set background color of regular, alternated, hovered or selected rows with CSS, eg:

div.RadGrid_Office2007 .rgRow /* change the background colour of rows */
    background: white;
 
 div.RadGrid_Office2007 .rgAltRow /* change the  background colour for Alternated  rows */
    background: grey;
 
div.RadGrid_Office2007 .rgSelectedRow   /* change the background colour for alternated  rows */
 
    background: LightBlue;
 
div.RadGrid_Office2007 .rgHoveredRow /* change the background colour for hovered rows */
    background: green;

I hope this helps.

Kind regards,
Galin
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Posted by Community Admin on 05-Aug-2011 00:00

Thanks for the information.

This thread is closed