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

Removing most of the chrome around the grid

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
IanV
Top achievements
Rank 1
Veteran
IanV asked on 29 Nov 2012, 11:38 PM
Is there a way to remove most of the surrounding chrome around the grid. I need a plain grid with a simple bar for the title and results.

Think: Simple banking report

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 03 Dec 2012, 08:35 AM
Hi Ian,

Thank you for contacting us.
As I understood it you would like to remove the default stylization of the Grid widget. To achieve that you can remove the CSS file for the skin. As an example:
<head>
    <title>KendoUI Test Page</title>
    <link href="styles/kendo.common.min.css" rel="stylesheet" />
 
    <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
    <script src="js/kendo.all.min.js"></script>
</head>

You can see the result here. I hope this will help.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
IanV
Top achievements
Rank 1
Veteran
Answers by
Alexander Valchev
Telerik team
Share this question
or