Problem with source command in UWP (Depricated DataSource works and ItemsSource does not)

Here is my working xaml across all three platforms:


This is what it is supposed to be:


which does not work in the UWP project. All I see is a black window which shows that the control loaded but the binding did not.

Working:

Not Working:

Attached is a FreshMVVM project. Please edit the RotatorView.xaml file to test.




Attachment: FreshMVVMSFDataGrid_3a00d065.zip

3 Replies

PA Paul Anderson S Syncfusion Team July 12, 2018 04:52 AM UTC

Hi Mark, 
  
Thank you for using Syncfusion products. 
 
We are able to reproduce the reported issue at our end and we have already logged a defect report for the same. The fix will be available in our upcoming Volume 2 SP1 release which will be rolled out by the end of this month [July 2018]. 
 
Please let us know if you have any concerns. 
 
Regards, 
Paul Anderson 



MA Mark July 12, 2018 09:59 AM UTC

Thank you for looking at this.

I have moved on to using a template. In this case ItemsSource works and DataSource fails.

This is my working code in my UWP app:

It also works in iOS and Android.


PA Paul Anderson S Syncfusion Team July 12, 2018 10:51 AM UTC

Hi Mark, 
 
Thanks for the update. 
 
In SfRotator ItemTemplate can be assigned to ItemsSource only and we have marked DataSource as depreciated. With the current implementation both the Template and SfRotatorItem should be used with ItemsSource. As promised earlier we will fix the issue with ItemsSource not working for SfRotatorItem in UWP and will be available in our Volume 2 SP1 release. 
 
Please let us know if you have any concern. 
 
Regards, 
Paul Anderson 


Loader.
Up arrow icon