Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid without Header (main k-grid-header div element) #285

Closed
meriturva opened this issue Feb 8, 2017 · 6 comments
Closed

Grid without Header (main k-grid-header div element) #285

meriturva opened this issue Feb 8, 2017 · 6 comments

Comments

@meriturva
Copy link

We would like to have a kendo grid without any header.

One solution is to customize every column header and set it invisible but we still have elements on dom.

I think best for performance is to don't have unused dom elements so i guess solution is to add a special input to enable or disable div element k-grid-header at all for grid without any header.

What do you think?

@rusev
Copy link

rusev commented Feb 9, 2017

To be honest I don't see much value in Grid without header. Hiding the header element is valid approach in this case.

@meriturva
Copy link
Author

It is a case when for example you want to align multiple Grids vertically but just the first has header. With flexibility about callback and sort capability implemented in process helper could be really cool to not have header. is it just my case?

@dydFreeman
Copy link

+1

@petejordan
Copy link

-- Angular 4 - Angular 4 - Angular 4 - Angular 4 - Angular 4 - Angular 4 - Angular 4 - Angular 4 --

Likewise need headless grid for the exact same reasons.
Will have total of 9 grids stacked and aligned on form NOT related functionally
but providing related business information.

Currently have 2 grids in place with multiple rows.
Grids 3-9 will be a single row - almost as footers but req'ment is that they look like
panels on a background to match overall style of app.
There are 47 columns across the grid (yes this project is migrating Excel buiness
processes to web) and the only sane way to report all this information is within a
grid, but for compactness, grids with no header, no footer.

I'm sure the Telerik / Progress / Kendo team can come through once again with a
great solution.

Thx,

@tsvetomir
Copy link
Member

After a slight delay, the development builds of the Grid ship with a new hideHeader setting.

@tsvetomir
Copy link
Member

Available in @progress/kendo-angular-grid v3.6.0, see docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants