See issue demonstration: full issue demonstration and sandbox
I would like to use Bootstrap 3 grid system within a <div>
element. This <div>
element is a Kendo datagrid toolbar which is a full page width <div>
element. I do not think the solution is Kendo specific or requires Kendo skills, so please keep reading.
Unfortunately the Kendo CSS applies some style on this <div>
element which somehow fools bootstrap 3 grid system width calculation. As a result if I try to use col 12 units within this <div>
element it always breaks down to 2 rows. For example col-6 and a col-6 breaks. A col-6 and a col-4 fits to one row.
I can not figure out what causes the problem, and how to prevent it.
See here for an explanation of the issue and a possible workaround:
http://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap