This is a migrated thread and some comments may be shown as answers.

Hierarchy cell smaller with CSS

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Robert Madrian asked on 03 Feb 2017, 12:17 PM

Hello,

I want to have the "k-hierarchy-cell" smaller then the Standard (see Pictures) - how to do this?

robert

2 Answers, 1 is accepted

Sort by
0
Accepted
Orlin
Telerik team
answered on 07 Feb 2017, 07:06 AM
Extension settingsExtension settings

Hello Robert,

To decrease the width of the hierarchy column, you can use the following CSS:

.k-grid .k-hierarchy-col {
    width: 15px;
}


I hope this helps.

 

Regards,
Orlin
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
answered on 07 Feb 2017, 11:03 AM
thx
Tags
Grid
Asked by
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Answers by
Orlin
Telerik team
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Share this question
or