CellTappedCommand not working

  Hi,
testing with latest V16.1.0.24 UWP,

in XAML:
...
CellTappedCommand="{Binding CellTappedCommand}"
....

in ViewModel:
...
CellTappedCommand = new RelayCommand<CellTappedEventArgs>(CellTapped, CanCellTapped);
...

but the methods of the command are never called.

Same thing with CellDoubleTappedCommand.

I tried to use the Commands without the parameter (CellTappedEventArgs), didn't work either.

1 Reply

SG Swathi Gopal Syncfusion Team March 2, 2018 09:07 AM UTC

Hi Siggi, 
 
We have fixed the mentioned issue with CellTappedCommand in Xamarin Forms UWP and this fix will be included in our upcoming Volume 1 SP1 release which is expected to be available by end of month March,2018. We appreciate your patience until then. 
 
 
Regards, 
Swathi G 


Loader.
Up arrow icon