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

suggestion - RadGrid CommandItemTemplate css

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
arnaud
Top achievements
Rank 1
arnaud asked on 17 Jan 2014, 06:06 PM
Hi,

You might want to consider a modification regarding your css in RadGrid.

Radgrid MetroTouch example, the css is :

.RadGrid_MetroTouch input {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #000000;
}

It inpacts the skin of a potential RadButton you would like to place in the CommandItemTemplate (for exemple).
It can be solved by adding a cssclass to the button like this 
.RadGrid_CommandItemTemplate input{background-color: rgba(0, 0, 0, 0)!important;border: 0 none!important;} but its a bit annoying.

Regards
Arnaud



1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 Jan 2014, 10:00 AM
Hi Arnaud,

Thank you for sharing your suggestions. I will pass them to our front-end team so that they could discuss its possible implementation.

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
arnaud
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or