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

Remove line on Android calendar

2 Answers 112 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 10 Sep 2018, 03:49 PM
On the Android calendar there's a line between the title and the day names. How do I remove this? I can't see a setting on CalendarDayCellStyle to do this.

2 Answers, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 11 Sep 2018, 01:16 PM
Hi Ian,

In order to remove the line between the Title and the DayName of the RadCalendar control you could hide the visibility of the grid lines. This could be achieved when the RadCalendar.GridLinesDisplayMode property is set to Hide. Please note that in this way all grid lines of the RadCalendar will be hidden. In case you want to add a style for a concrete cell you should use the CalendarCellStyle class. From the project attached, please take a look at the MainPage.xaml and MainPage.xaml.cs files how to achieve this scenario. 

I hope I could help. Let me know if you have any other questions.

Regards,
Didi
Progress 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
Ian
Top achievements
Rank 1
answered on 11 Sep 2018, 02:19 PM
That strategy worked. Thanks.
Tags
Calendar & Scheduling
Asked by
Ian
Top achievements
Rank 1
Answers by
Didi
Telerik team
Ian
Top achievements
Rank 1
Share this question
or