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

Cell Decorator for a specific cell

1 Answer 39 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fabio
Top achievements
Rank 1
Fabio asked on 15 May 2015, 01:34 AM

Hello

 I am trying to decorate an specific CalendarCell with a decorator, I have only achieve this using the click/tab event, but what I want is to decorate specif days of the month with the decorator, not only the ones selected/clicked. I've been using this decorator:

 

CellDecorator decorator = new CircularCellDecorator(calendarView);
decorator.Color = (Android.Graphics.Color.ParseColor("#ed742c"));
decorator.StrokeWidth = 3;
decorator.Scale = .75f;

Also can I fill the circle with the color ?

 I know that there is a function called:

calendarView.CellDecorator.ToggleDecorationForCell();

But I need to pass a CalendarCell which is an Abstract Class, not sure how to achieve this.

1 Answer, 1 is accepted

Sort by
0
Antony Jekov
Telerik team
answered on 20 May 2015, 08:43 AM
Closing as a duplicate of ticket #935666

Regards,
Antony Jekov
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
Tags
Calendar
Asked by
Fabio
Top achievements
Rank 1
Answers by
Antony Jekov
Telerik team
Share this question
or