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

Add an Event to the ListView below Calendar with Events

1 Answer 91 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 30 Aug 2018, 07:41 PM
I still new to Xamarin Form and currently making an update to our App. One of the features, is to click the events on the list after the date is selected and send the user to a event listing for the selected event. I just can't seem to figure out what method to use to add a click event to the bottom list view of events. I can't find any documentation to add this feature; can someone point me in the direction or show me how to approach this. All my code is almost the same from CalendarWithEvents example

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 30 Aug 2018, 08:56 PM
Hello Ryan,

The are two ways to do this depending on what is being tapped.

- If the item in RadListView is being tapped, then you can use RadListView.ItemTapped or RadListView.SelectionChanged events. See all of the RadListView's events here: Events.
- If the item being tapped is in the Calendar, you can use RadCalendar.AppointmentTapped event.

The documentation links will show you the args that get passed, this is where you get a reference to the item that was tapped.

Regards,
Lance | Tech Support Engineer, Sr.
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
n/a
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or