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

Color change

5 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anzar
Top achievements
Rank 2
Anzar asked on 21 Sep 2012, 06:12 AM
Hi,
Pl's find the attachment. There is color difference between the header and the selected rectangle area . This show only when the scroll is ative. How i solve this problem.

Thanks & Regards
Anzar.M

5 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 21 Sep 2012, 06:20 AM
Hello,

<style type="text/css">
       .RadGrid .rgHeaderDiv
       {
           margin-right: 0px !important;
       }
   </style>


Thanks,
Jayesh Goyani
0
Anzar
Top achievements
Rank 2
answered on 21 Sep 2012, 06:26 AM
HI,

This CSS properly working in Mozilla and Chrome. But in ie it doesn't make any changes. Color change also exist in ie now. Pl's help me


Thanks & Reagards
Anzar.M
0
Jayesh Goyani
Top achievements
Rank 2
answered on 21 Sep 2012, 06:42 AM
Hello,

Please try with below code snippet.

<style type="text/css">
        .RadGrid .rgHeaderDiv
        {
            margin-right: 0px !important;
            width:100% !important;
        }
    </style>

Let me know if any concern.

Thanks,
Jayesh Goyani
0
Anzar
Top achievements
Rank 2
answered on 21 Sep 2012, 09:05 AM
hi,

The css below working properly in all browsers

<style type="text/css">
        .RadGrid .rgHeaderDiv
        {
            margin-right: 0px !important;
            width:100% !important;
        }
    </style>

Thanks & Regards
Anzar.M
Software Engineer
SBN // Teechnologics
Ernakulam
ph-09847038624
0
Anzar
Top achievements
Rank 2
answered on 22 Sep 2012, 07:20 AM
HI,
Pl's find the attachment.
After applying this css, when adding the new row design also changes.How to solve this problem?

Thanks & Regards
Anzar.M
Tags
Grid
Asked by
Anzar
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Anzar
Top achievements
Rank 2
Share this question
or