Kendo UI hierarchy grid css styling questions -
Kendo UI hierarchy grid css styling questions -
i'm working on multi-level kendo ui hierarchy grid, , trying create bit jqwidgets treegrid (i.e. jqwidgets grid )
for 1 thing, i've managed utilize css rid of col headers using css:
#detailgrid1 > div.k-grid-header > div > table > thead { display: none; }
now i'd supress box around each kid grid. or perpahs removing left-most vertical border @ n-level kid grid.
any css advice appreciated.
kendo-grid
Comments
Post a Comment