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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -