We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

.58 build throws execption on ScheduleCellTapped

Compiler now wants a cast for args.selectedAppointment--not needed in .53
Runtime then throws andexeception: invalid cast
           

eventListView.ScheduleCellTapped += async (sender, args) =>
            {
                    
                if (args.selectedAppointment != null)// null means cancelled selection .SelectedItem 
                    ScheduleAppointment sa = (ScheduleAppointment)args.selectedAppointment;

1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team February 15, 2016 12:01 PM UTC

Hi Paul,


Sorry for the inconvenience caused.


The reported issue has been fixed and we have created a new incident for follow up. You can download the custom assemblies for the fix from the incident.


Please let us know if you have any query.


Thanks,
Nijamudeen M.


Loader.
Live Chat Icon For mobile
Up arrow icon