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
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
0

Jayesh Goyani
Top achievements
Rank 2
answered on 21 Sep 2012, 06:20 AM
Hello,
Thanks,
Jayesh Goyani
<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
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.
Let me know if any concern.
Thanks,
Jayesh Goyani
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
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
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