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

Getting problem to refresh the inline pop-up

2 Answers 36 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.
Chandan
Top achievements
Rank 1
Chandan asked on 12 Oct 2015, 06:34 PM

Hi all,

    I am using telerik calendar for iOS. When I delete any appointment from the calendar, then the list of inline popup is not refreshing i.e the appointment which I have deleted, remains as it is till I close the same popup.

Is anyone know how to refresh the list of inline popup ?

2 Answers, 1 is accepted

Sort by
0
Sophi
Telerik team
answered on 13 Oct 2015, 11:29 AM
Hi Chandan,

Thank you for contacting us.

I confirm that currently the inline events view in TKCalendar is not updated when removing events. In this scenario you should call the reloadData method of TKCalendar. After that you can hide the inline view by using the hideInlineEvents method. Consider the following code snippet:
[self.calendarView reloadData];
[(TKCalendarMonthPresenter*)self.calendarView.presenter hideInlineEvents:YES];

Thank you for bringing up this topic, I have added an issue in our feedback portal and we are going to fix this behavior in one of our upcoming releases. In the mean time here is link to the issue, so you can be up to date with its status. I also gave you 500 Telerik points for bug reporting.

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

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
0
Chandan
Top achievements
Rank 1
answered on 13 Oct 2015, 11:49 AM

Hi Sophi,

    Thanx for your reply. Its working fine so this issue can be close now.

Tags
Calendar
Asked by
Chandan
Top achievements
Rank 1
Answers by
Sophi
Telerik team
Chandan
Top achievements
Rank 1
Share this question
or