5 Answers, 1 is accepted
0
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.
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.
Any help is appreciated.
0
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.
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>
<DateInput DateFormat="dd/MM/yyyy" runat="server" />
<Calendar ID="Calendar2" ShowRowHeaders="false" runat="server"></Calendar>
</telerik:RadDatePicker>