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

turn off week number in raddatepicker

5 Answers 323 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 16 Oct 2008, 07:27 PM
is there a way to turn off  the week number in raddatepicker?

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 17 Oct 2008, 06:12 AM
Hi Duy,

You can set ShowRowHeaders to false for the calendar to achieve this. Please check this example for more info:
http://demos.telerik.com/aspnet/Prometheus/Calendar/Examples/Functionality/MainAreaCustomization/DefaultCS.aspx

Best wishes,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dustin
Top achievements
Rank 1
answered on 21 Oct 2008, 10:03 PM
Maybe I am missing something, but I am using the raddatepicker and the ShowRowHeaders is not available, nor does it work. I am using the latest release.

Any help is appreciated.
0
Vlad
Telerik team
answered on 22 Oct 2008, 06:55 AM
Hi Dustin,

You can set this to the Calendar property of the picker.

Sincerely yours,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dustin
Top achievements
Rank 1
answered on 22 Oct 2008, 04:07 PM
Wow, that was easy. Thanks
0
Iman
Top achievements
Rank 1
answered on 03 Jan 2016, 12:18 PM
   <telerik:RadDatePicker ID="RadDatePicker2" Width="130px" runat="server">
            <DateInput DateFormat="dd/MM/yyyy" runat="server" />
            <Calendar ID="Calendar2" ShowRowHeaders="false" runat="server"></Calendar>
        </telerik:RadDatePicker>
Tags
Calendar
Asked by
appdev
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Dustin
Top achievements
Rank 1
Iman
Top achievements
Rank 1
Share this question
or