ItemTapped - KanbanTappedEventArgs e.Data is null

Hi,
I've updated my small project to Syncfusion 16.3.0.21 and Xamarin.Forms 3.3.0.912540.
After selecting a card of SfKanban, I received an error in item_tapped event, because KanbanTappedEventArgs e.Data is null.
     private void SfKanban_ItemTapped(object sender, KanbanTappedEventArgs e)
     {
          KanbanModel data = e.Data as KanbanModel;
          tappedId = data.ID;
...

In debug mode I can see, that e.Column is filled correctly, but e.Index is null too.

So I set up an older example of your site (Kanban_Demo1838318452.zip) with newest versions of syncfusion and xamarin - and got the same issue.

What am I doing wrong, or is it a bug?

Kind regards
Thomas

1 Reply

MP Michael Prabhu M Syncfusion Team October 24, 2018 06:55 AM UTC

Hi Thomas, 
  
Greetings from Syncfusion, we are able to reproduce the issue at our end. We have already fixed this issue and the fix will be available in our upcoming volume 3 SP1 release which is scheduled to be rolled out at the end of October 2018. We appreciate your patience until then.  
Thanks, 
Michael 
 


Loader.
Up arrow icon