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

TapGestureRecognizer on Calander DayView

3 Answers 68 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 13 Dec 2017, 06:11 PM

Hi

I ave tried to add a TapGestureRecognizer to a DayView, however no taps are registered. I can can access Appintments via AppointmentTapped but I want to respond to a tap anywhere else in the control. What I want to know is TapGestureRecognizer supposed to work with a DayView or does the control intercept and process all events.

            var calanderTapRecognizer = new TapGestureRecognizer()
            {
                Command = new Command(test),
                NumberOfTapsRequired = 1,
            };
            calanderTapRecognizer.Tapped += X_Tapped;
            calendar.GestureRecognizers.Add(calanderTapRecognizer);

 

Regards

Dennis

 

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 15 Dec 2017, 03:08 PM
Hello Dennis,

I can confirm that this is an issue in our RadCalendar control. I have logged Bug Report in our backlog about this behavior. Here is a link to the public item in our Feedback Portal where you can track the progress on the matter.

Your Telerik points were updated to thank you for bringing this issue to our attention.

Regards,
Nikolay
Progress 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
Shalin
Top achievements
Rank 1
answered on 09 Jan 2018, 09:40 AM
Is there any work around to achieve this ?
0
Nikolay
Telerik team
answered on 11 Jan 2018, 02:35 PM
Hello Shalin,

Unfortunately, at this point there is no way to achieve the described behavior. The only approach to interact with the DayView is through the AppointmentTapped event.

Thank you for understanding.

Regards,
Nikolay
Progress 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
Dennis
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Shalin
Top achievements
Rank 1
Share this question
or