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

Customize skin for RadGrid

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
lam huynh
Top achievements
Rank 1
lam huynh asked on 14 Mar 2011, 11:17 AM
I'm using radgrid with Sunset skin
and I want to customize something in this grid like Head Title bar.
But when I change the skin for Edit Form, but it can not work
Please take me the sample code to customize this issue
Please see the attach file for more information

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Mar 2011, 11:58 AM
Hello Lam,

I am not quite sure about the method that you tried to customize the RadGridEditForm PopUp. Give a try with the following CSS selector which change the titlebar appearance
CSS:
<style type="text/css">
    .rgEditForm  .rgHeader
  {
     background-image  :none !important;
     background-color:Green !important
  }
</style>

Thanks,
Shinu.
Tags
General Discussions
Asked by
lam huynh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or