Vote count:
0
I'm working on a multi-level Kendo UI Hierarchy grid, and actually trying to make it look a bit like the jqwidgets treegrid (i.e. jQWidgets Grid )
For one thing, I've managed to use CSS to get rid of the col headers using this css:
#detailGrid1 > div.k-grid-header > div > table > thead {
display: none;
}
Now I'd like to supress the box around each child grid. Or perpahs just removing the left-most vertical border at the n-level child grid.
Any css advice would be greatly appreciated.
asked 30 secs ago
Aucun commentaire:
Enregistrer un commentaire