We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sfdatagrid crash on calling contructor

Hello, 

using sfdatagrid on one page . works nicely in android version ,but crashing on ios

this (test) line in page constructor  

SfDataGrid a = new SfDataGrid();

will result in

Unhandled Exception:

System.ExecutionEngineException: Attempting to JIT compile method 'Syncfusion.SfDataGrid.XForms.SfDataGrid:.ctor ()' while running in aot-only mode. See https://docs.microsoft.com/xamarin/ios/internals/limitations for more information.
 occurred

versions
your packages 16.4.0.52 (datagridexport, sfdatagrid, gridcommon )
xamarin.forms 3.5.0.129452
ios ipad 11.2.1

in finishedlaunching 

            Syncfusion.SfChart.XForms.iOS.Renderers.SfChartRenderer.Init();
            Syncfusion.SfDataGrid.XForms.iOS.SfDataGridRenderer.Init();
           LoadApplication(new App());

Sincerely
ish





3 Replies

SP Subburaj Pandian Veluchamy Syncfusion Team February 12, 2019 09:08 AM UTC

Hi Ilya, 
 
We regret for the inconvenience caused. 
 
We have already found and fixed the mentioned crashing issue with DataGrid in Xamarin.Forms. The issue occurs only when the project Xamarin.Forms update version above 3.5 and it is not occurring the previous updates.  
 
The issue fix will be included in our upcoming weekly NuGet release update and it will be available by February 13, 2019. We appreciate your patience and please use the earlier Xamarin.Forms updates until then.  
 
Regards,
Subburaj Pandian V  
 



IL Ilya February 12, 2019 09:30 AM UTC

thank you for your reply


SP Subburaj Pandian Veluchamy Syncfusion Team February 13, 2019 08:46 AM UTC

Hi Ilya, 
 
Thank you for the update. As we mentioned, the issue fix will be included in our upcoming NuGet release update.  
 
Regards, 
Subburaj Pandian V 


Loader.
Live Chat Icon For mobile
Up arrow icon