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

CSS Styling Changing RadGrid Appearance

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 14 Apr 2016, 03:59 PM

I have a RadGrid on the page which is using the Bootstrap skin. The grid displays perfectly fine, but the paging buttons are using css from the rest of the project which is altering its appearance, as shown in the screenshot attached.

Is there anyway to just use the skin and avoid css from the project interring with it.

It appears to be mainly from the .button, input[type="button"], input[type="submit"] css from looking at the page inspector.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 Apr 2016, 11:02 AM
Hello David,

Please make sure you are using the latest release version of the controls. Also, please check the specificity of the CSS rules which are interfering with the pager button and make their declaration more specific, for example wrap the other buttons which need to be modified within a div and add its ID to the rules. Make sure that the buttons appear correctly on a new testing web page without the additional custom CSS rules.

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
David
Top achievements
Rank 2
Answers by
Eyup
Telerik team
Share this question
or