incremental loading error with azure MobileServiceIncrementalLoadingCollection

Hi!

I'm trying to use a SfDataGrid bound to a MobileServiceIncrementalLoadingCollection whose data is coming from an MS Azure mobile app.

<sy:SfDataGrid x:Name="ListGrid" AutoGenerateColumns="False" ColumnSizer="Star" DataFetchSize="5" ItemsSource="{x:Bind ViewModel.UserRoles, Mode=OneWay}">

<sy:SfDataGrid.Columns>

<sy:GridTextColumn MappingName="Description" />

<sy:GridCheckBoxColumn MappingName="IsAdmin" ColumnSizer="Auto" />

</sy:SfDataGrid.Columns>

</sy:SfDataGrid>


The data is being loaded, but I'm getting the following a Exception:


Any thoughts on this?
Thanks

1 Reply

SV Srinivasan Vasu Syncfusion Team July 28, 2016 11:11 AM UTC

Hi Jose, 
 
We considered this “Unhandled Exception has been thrown while fetching data from MobileServiceCollection” in SfDataGrid and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates. 
 
 
Regards, 
Srinivasan 


Loader.
Up arrow icon