Any ideas on how to make the width of the column on the timeline smaller?
I can make the text smaller by updating this css.
.k-gantt .k-table-td
However, I cannot figure out the right combination to adjust for column widths on the time line side.
1 Answer, 1 is accepted
0
Accepted
Tsvetomir
Telerik team
answered on 12 Feb 2025, 07:55 AM
Hi Abby,
To modify the column width on the timeline views, use the SlotWidth parameter. The default width of the columns is 100px. You can refer to this REPL example to see the result of the SlotWidth change.
I hope the available parameter serves you well in continuing with your project.