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

Sunset theme Radgrid not proper

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amitkumar
Top achievements
Rank 1
Amitkumar asked on 14 Dec 2009, 01:41 PM
Hello in my project i m using radgrid with sunset theme, now the problem is when data is in ODD count(1,3,5...)
there is not show proper grid here i attached the screen shot of that issue

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 14 Dec 2009, 04:47 PM
Hello Amit,

I don't see anything wrong with the RadGrid. Maybe you want to have a bottom border? Here is how to add it with CSS:

.RadGrid_Sunset  .rgDataDiv  .rgMasterTable
{
    border-bottom:1px solid #cabaab;
}


However, this will make the control look a little strange, because you will have two bottom borders and empty space between them. If you always have only a couple of rows, maybe it will be better not to use RadGrid scrolling with static headers.


Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Amitkumar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or