Hi I am using the kendo grid with bootstrap and would like to use the css class "table table-condensed" because the default style takes up to much space.
How can I override the kendo css? and where (-:
1 Answer, 1 is accepted
0
Alex Gyoshev
Telerik team
answered on 09 May 2016, 08:33 AM
Hello Martin,
You can override the grid padding via the .k-grid td CSS selector:
.k-grid td {
padding: .1em .3em;
}
Alternatively, you can add the bootstrap styles to the grid tables after they have been rendered: