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

Hide Week Numbers

2 Answers 43 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
DogBizPro
Top achievements
Rank 1
DogBizPro asked on 02 Sep 2015, 09:05 PM
How do I hide the week number and the 'X'. I used ShowRowHeaders="false" and it got rid of the actual week numbers, but the X and empty first column still show and that looks worse. I just want one column for each day of the week. Thanks!

2 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 07 Sep 2015, 02:32 PM
Hi Stephanie,

If you want to remove the week numbers and the view selector (the X) you should set the ShowRowHeaders property to false, but you will also have to disable the EnableViewSelector property (which displays the "x"):
<telerik:RadCalendar runat="server" ShowRowHeaders="false"  EnableViewSelector="false"></telerik:RadCalendar>


Hope this helps.

Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
DogBizPro
Top achievements
Rank 1
answered on 09 Sep 2015, 03:18 PM
That did it. Thanks!
Tags
Calendar
Asked by
DogBizPro
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
DogBizPro
Top achievements
Rank 1
Share this question
or