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

apply css to editform

2 Answers 122 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 07 Apr 2012, 10:20 PM
how do I create css in the site.css so it apply to all the editform in the web pages that contain radgrid control?

thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 09 Apr 2012, 07:19 AM
Hello Henry,

You can overwrite below css class. (don't forget to add !important)
.RadGrid .rgEditForm
{
   // apply your style here
    color: Red !important;             
}


Thanks,
Jayesh Goyani
0
Henry
Top achievements
Rank 1
answered on 10 Apr 2012, 05:04 AM
thanks.
Tags
Grid
Asked by
Henry
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Henry
Top achievements
Rank 1
Share this question
or