Completed
Last Updated: 26 Feb 2018 10:22 by ADMIN
ADMIN
Rosy Topchiyska
Created on: 27 Apr 2015 11:50
Category: UI for Xamarin
Type: Feature Request
6
Calendar: Add cell tap event for the

		
9 comments
ADMIN
Tsvyatko
Posted on: 27 Jun 2017 10:11
Available in minor release 2017.2.0626. It will also be available in the R3 2017 release.
ADMIN
Lance | Manager Technical Support
Posted on: 23 May 2017 15:10
As of 2017.2.522.10 there is now an AppointmentTapped event. FYI - This will only fire if you tap on an appointment and not an empty cell.
ADMIN
Lance | Manager Technical Support
Posted on: 16 May 2017 20:51
Although, the Calendar now has a SelectionChanged event handler, there is still a need for a CellTapped event. 

This will support scenarios where the user taps again on the day that is already selected or when you do not want selection enabled but still get the tapped day
Syed
Posted on: 01 Sep 2015 10:32
public override void DidSelectDate(TKCalendar calendar, NSDate date)
        {
            // Here you can perform the desired action when the selection is changed.
        }

i am using this method when i run project so get error see this.

Error	2	'XamarinApp.MeetingHome.DidSelectDate(TelerikUI.TKCalendar, Foundation.NSDate)': no suitable method found to override	C:\Users\Sameer\Documents\Visual Studio 2013\Projects\XamarinApp\XamarinApp\MeetingHome.cs	44	30	XamarinApp
Paresh
Posted on: 01 Sep 2015 04:57
I guess it already there
check this link
http://docs.telerik.com/devtools/ios/api/Protocols/TKCalendarDelegate.html

on cell tap you a delegate method gets fired "- (void)calendar:(TKCalendar *)calendar didSelectDate:(NSDate *)date"

Do let know if this is not what you are looking for.
Syed
Posted on: 31 Aug 2015 11:02
I want to alert selected date in telerik calendar controll so how i can alert selected date?
Syed
Posted on: 31 Aug 2015 11:01
how to use date select event handler in ios xamarin??
Yordan
Posted on: 28 Jul 2015 11:11
Yeah, I agree!
Mihail
Posted on: 27 Apr 2015 12:44
This MUST definitely be implemented. What is the idea of a calendar, if there is no cell tap event...