Spent a fair amount of time banging heads with this
today. Short version is if I remove
SyncFusion.DataGrid.XForms.Android.dll from the references list in my Android
project, the grid view page loads with the correct text and images formatted
correctly, just not as an actual list/grid (i.e. it doesn’t scroll, has no
cells and such) – so the DB fetch and such are all working correctly, it’s just
the grid rendering is broken somehow such that when it’s called the view fails
to show at all. I tried downloading 14.1.0.46 manually and setting the DLL dependencies to the install
folder as well as using NuGet to configure all the projects (which works fine
for iOS, PCL and UWP) – same results.
So at this point I’m unsure what dependencies to check –
there’s no errors and nothing spits out in the debug window giving me a hint as
to the source of the problem.
At this point I’ll continue testing the grid in iOS only –
charts work fine on all platforms so I can make some progress there at any
rate. Hopefully after the next update
some of this will be a bit smoother and I can update to Xamarin forms 2.2 and
move forward.