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

Calendar Day View

1 Answer 117 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Spyros
Top achievements
Rank 1
Spyros asked on 21 Apr 2016, 02:44 PM

Hi there.

I'm developing an app that uses a calendar.

I see month views , week views but no day view.

Is there a way to "tap" on a date and go to day view?

Also is there an event when I tap an appointment?

Appointment datasource is only for representing it on RadCalendar ? Can I get anything like AppointmentSelected attribute?

1 Answer, 1 is accepted

Sort by
0
Sophi
Telerik team
answered on 26 Apr 2016, 11:50 AM
Hello Spyros,

The TKCalendar does not support day view at this point of time.
The dataSource is intended only for providing the event data, that will be displayed, to the calendar. The methods intended for customization of the calendar's behavior or style are in the TKCalendarDelegate.
However there is no method that is fired when you select an event. 
In case you are using UITableView to display the events for the selected date you can use the UITableViewDelegate to get the selected cell and it's content.
Here is link to our sdk repo, this is an example of calendar that displays the events for the selected date in a UITableView, you can use it for reference.

Regards,
Sophi
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 & Scheduling
Asked by
Spyros
Top achievements
Rank 1
Answers by
Sophi
Telerik team
Share this question
or