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

Styling of footer elements missing/broken

4 Answers 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
G S S
Top achievements
Rank 1
G S S asked on 20 Sep 2009, 12:17 AM
I have enabled paging on my rad grid but this seems to not fit in with the design of the RAD Grid.

To see what I mean, visit www.theplaygrounds.co.uk/Labs.aspx you can see the select button is not correctly styled/placed. If you click the number in the footer (For which I assume is the number of rows per page) then you get the drop down but this does not seem to look right, either.

What can be causing this? As the styling of the grid elements themselves is done all by Telerik, I am at a loss.

Thanks

4 Answers, 1 is accepted

Sort by
0
Mr. Plinko
Top achievements
Rank 1
answered on 23 Sep 2009, 01:32 PM
I am wondering if you are using the Black skin or a custom skin. I found that when I use a custom skin for my RadGrid, I have to include the CSS file for RadComboBox (for paging) and RadMenu (for the context menu). It seems like on your page that you are using a custom skin (the rows are all black making me second guess). If that is the case, make sure you also pull in the css for the combobox!!! This should make your visual errors go away.

Helpful?
0
G S S
Top achievements
Rank 1
answered on 23 Sep 2009, 09:28 PM
Hi,

That sounds like the solution but I can't test due to errors in my site (coding side).

However, I have no css for the combobox but I do for slider, calendar, and menu (I am using a custom style built using the visual style builder)?

Thanks
0
G S S
Top achievements
Rank 1
answered on 26 Sep 2009, 02:16 AM
That hasn't worked.

My css files (in the head section) or the page in question is as follows:

  <link href="Content/New.css" rel="stylesheet" type="text/css" />


    <link href="Content/New.css" rel="stylesheet" type="text/css" />
    <link href="test/Menu.test.css" rel="stylesheet" type="text/css" />
    <link href="test/Input.test.css" rel="stylesheet" type="text/css" />
    <link href="test/Slider.test.css" rel="stylesheet" type="text/css" />
    <link href="test/Grid.test.css" rel="stylesheet" type="text/css" />

The last 4 css files are from my custom style (nothing for combobox though). What can I do?
0
Mr. Plinko
Top achievements
Rank 1
answered on 01 Oct 2009, 07:55 PM
Just go to the visual style builder and make a combobox skin and download it to drag into your file.

I already started one for you:
http://stylebuilder.telerik.com/Advanced.aspx?Control=ComboBox&Skin=test

it should all work as long as you keep it named "test" and then drag the folder and .css file to your 'test' theme folder and drag it to your head section.
<link href="test/ComboBox.test.css" rel="stylesheet" type="text/css" />
Tags
Grid
Asked by
G S S
Top achievements
Rank 1
Answers by
Mr. Plinko
Top achievements
Rank 1
G S S
Top achievements
Rank 1
Share this question
or