Hello Tina,
There are a few properties you can use to accomplish this.
First of all, what stretches the MonthView visible area horizontally are the time ruler items. So you need to use the
TimeRulerItemStyleSelector which holds the styles for MonthView time rulers. In particular, you can set a MaxWidth to the TimeRulerMonthViewItemStyle and to the TimeRulerMonthViewTodayItemStyle.
Next, you should also set
MinTimeRulerExtent and
MaxTimeRulerExtent in the MonthViewDefinition:
Additionally, the simplest way to hide the week group header on the left is the
GroupHeaderStyleSelector. The selector contains the MonthViewBottomLevelWeekGroupStyle. Simply set Width="0" to hide the left-side group headers.
I hope this helps.
Regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>