Is it possible to increase the width of the first column on the agenda view? When the title of a resource is to long, it floats over the second column.
Kind Regards,
Marco
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 14 Mar 2014, 10:01 AM
Hello Marco,
Yes, you can use
#SchedulerID .k-scheduler-groupcolumn
{
width: 6em;
}
6em is the default width. Increase it to any value you like.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!