4 Answers, 1 is accepted
0
Hello Krish,
You can use the following code for this:
I hope this will be useful.
Regards,
Dimitar
Progress Telerik
You can use the following code for this:
radDateTimePicker2.DateTimePickerElement.Calendar.CalendarElement.CalendarStatusElement.LabelElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
I hope this will be useful.
Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Krish
Top achievements
Rank 1
answered on 21 Nov 2018, 01:49 PM
Hi Dimitar
Thank you so much. but am only using the rad calendar control. here am not able to give the condition like this. is there any other possibility to remove the time from status bar footer control. I attach the image for your reference.
Thank You in advance
0
Hi Krish,
The code is similar:
Should you have any other questions do not hesitate to ask.
Regards,
Dimitar
Progress Telerik
The code is similar:
radCalendar1.CalendarElement.CalendarStatusElement.LabelElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
Should you have any other questions do not hesitate to ask.
Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Krish
Top achievements
Rank 1
answered on 22 Nov 2018, 10:47 AM
Hi Dimitar,
Thank you so much for this code is working good...