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

How can i show the month view, week view , day view using TKCalendarEvent ?

1 Answer 54 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nandu
Top achievements
Rank 1
Nandu asked on 16 Nov 2015, 12:30 PM

Hi,

I'm working on Calendar with Events using TKCalendar with combined Calendar with Events and Customisation calendars. But it shows only month view and week view.

Please find the attached screen shot of my latest screen. And also im updated the code below for month view and week view.

 if ([checkMenuStr isEqualToString:@"Month View"]) {
        self.calendarView.viewMode = TKCalendarViewModeMonth;
    }
    else if ([checkMenuStr isEqualToString:@"Week View"]) {
        self.calendarView.viewMode = TKCalendarViewModeWeek;
    }

But  i need day view also.

Please help me.

Thanks in Advance.

 

- Nandu 

  

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Yoanna
Telerik team
answered on 16 Nov 2015, 12:58 PM
Hi Nandu,

Thank you for contacting us.

At this moment TKCalendar does not support day view.
This issue is currently logged in our feedback portal and having status approved,  you can track its status here. Our team will consider implementing this feature in one of our upcoming releases. 

If you have any questions do not hesitate to contact us.

Regards,
Yoanna
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
Chart
Asked by
Nandu
Top achievements
Rank 1
Answers by
Yoanna
Telerik team
Share this question
or