Hi! Looks like the SfDataGrid is not compatible with .Net 8 RC. It throws an exception in DataGridRow.cs:
internal Microsoft.Maui.Controls.Style ImplicitDataGridRowStyle
{
get
{
BindableProperty property = ((Dictionary)(typeof(Element)?.GetRuntimeProperties()?.FirstOrDefault((PropertyInfo x) => x.Name == "DynamicResources")?.GetValue(this)))?.Keys.FirstOrDefault();
implicitDataGridRowStyle = (Microsoft.Maui.Controls.Style)GetValue(property);
return implicitDataGridRowStyle;
}
}
The exception is
System.InvalidCastException: 'Unable to cast object of type 'System.Collections.Generic.Dictionary`2[Microsoft.Maui.Controls.BindableProperty,System.ValueTuple`2[System.String,Microsoft.Maui.Controls.SetterSpecificity]]' to type 'System.Collections.Generic.Dictionary`2
Looks like the internal MAUI type has changed. Do you have a plan to support .Net 8 since it's in RC already?
Hi Harry Wang,
Currently, the DataGrid version in use does not offer support for .NET 8; its compatibility is limited to the stable version at this time. We are actively planning to extend our support to .NET 8 as soon as the stable version becomes available, which is scheduled for mid-November 2023. We sincerely value your patience and understanding in the meantime.
Regards,
Tamilarasan
Waiting for .NET 8 support for DataGrid.
Thanks,
Omar Rehman
Hi Omar Rehman,
As mentioned in our previous response, we are planning to include .NET 8 support for DataGrid in the 2023 Volume 3 SP release, expected to be rolled out in mid-November 2023. We will notify you once the release is available. Your patience and understanding during this time are greatly appreciated.
Regards,
Tamilarasan
Is there a Preview release that could be made available?
Hi,
Are you able to please clarify when exactly we will be able to use the Syncfusion controls with .NET8?
Above you mention 'mid November' for some compatibility, but in your online .NET MAUI Docs (Installation and Deployment section) you have this statement :
The support for .NET 8.0 is scheduled for release in our upcoming Volume 4 2023 release, anticipated in mid-December 2023. This release will not only bring .NET 8.0 compatibility but also ensure our controls are fully compatible with the latest iOS 17 version when paired with Xcode 15.
This is very important to our current development project - knowing whether it will be mid November or Mid December (the latter would be a huge issue as it completely holds up our migration timeline). Although not ideal, we would be willing to work with a pre-release .NET8 version from Syncfusion if needed if this can unblock us.
Please note that right now we are using numerous Syncfusion (and Telerik) MAUI controls in our current .NET7 version - not just the Grid control. So we are looking for compatibility with existing set of Syncfusion MAUI .NET7 controls (not ones which have not yet been migrated from Xamarin).
Please advise ASAP.
thanks
Niall
Hi Niall,
We are planning to extend support for .NET 8 to all
our Syncfusion MAUI controls starting from the anticipated 2023 Volume 3 SP
release in mid-November 2023. We will promptly update our documentation with
the necessary details. We appreciate your patience and understanding in the
meantime.
Regards,
Tamilarasan
Hi Tamilarasan,
Thanks for the reply/update. Do you have an exact date this will be available (it's now Mid November), we are eager to switch from NET7 to NET8 ASAP and given launch of MAUI .NET8 GA (and Telerik .NET8 update too) it's now just the Syncfusion controls which is blocking this.
If there's a direct patch release/direct download we can use in meantime this would be helpful too.
thanks
Niall
Niall,
The 2023 Volume 3 SP release is scheduled for this month, anticipated to roll
out within the upcoming week. Currently, there are no available patches or
previews. We will notify you promptly upon its release. We truly appreciate
your patience and understanding during this period.
Regards,
Tamilarasan
I have tested SFDataGrid with the .net 8 stable release and it crashes with System.InvalidCastException error.
Now that .net 8 is in GA, kindly provide an update when can we get .net 8 support for SFDataGrid.
Hi RaviKumar,
As we mentioned in the previous response. We are planning to extend
DataGrid support to .NET 8 with the upcoming 2023 Volume 3 SP release,
expected to be rolled out in the next week of November 2023. We will let you
know once released, and we appreciate your patience and understanding in the
meantime.
Regards,
Tamilarasan
Hi RaviKumar,
We are glad to announce that our Essential Studio 2023 Volume 3 Service Pack Release V23.2.4 is rolled out and is available for download under the following link.
We are also glad to announce that support for .NET 8 has been incorporated into our Vol 3 SP release. Please update the Syncfusion.Maui.DataGrid package to version 23.2.4.
https://www.nuget.org/packages/Syncfusion.Maui.DataGrid
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Nirmalkumar
Thank you for the update, Nirmalkumar. Let me upgrade the packages in my project and get back to you in case of any observations.
Regards,
Ravi
It is November 25, I upgraded my Maui app to Net 8, everything working fine but my SfDataGrid and Input libraries. Throwing error at iOS native code. Note: I already upgraded to latest synfusion libraries November 23 release.
Hi Julio Martinez Carrasco,
We have thoroughly tested the SfDataGrid native application on our end, and it
ran without encountering any issues. For your reference, we've attached a basic
native iOS sample that underwent our testing. Kindly review the attached sample
on your end.
To assist in thoroughly investigating and resolving your issue, we kindly request that you share the sample where you're encountering the problem. If possible, modifying the provided sample to replicate the issue would be incredibly helpful. Additionally, any relevant information such as call stack details and images illustrating the problem would be greatly appreciated. This will enable us to conduct a more comprehensive investigation and provide an effective solution.
Regards,
Tamilarasan
Running your example zip file I got the next error
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Private.CoreLib.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/Microsoft.iOS.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Collections.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.InteropServices.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.Thread.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Http.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Numerics.Vectors.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Sockets.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Drawing.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Private.Uri.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/Xamarin.PreBuilt.iOS.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Collections.Concurrent.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/Xamarin.iOS.HotRestart.Application.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/netstandard.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.MemoryMappedFiles.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.Pipes.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Memory.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.Tracing.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Collections.NonGeneric.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Intrinsics.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/Microsoft.Win32.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.NameResolution.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.DiagnosticSource.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.ThreadPool.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.Process.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.ComponentModel.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.ComponentModel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.ObjectModel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.FileVersionInfo.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.Metadata.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Collections.Immutable.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Linq.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.Compression.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Text.Encoding.Extensions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Collections.Specialized.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Security.Cryptography.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Formats.Asn1.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Numerics.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.ComponentModel.TypeConverter.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Loader.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Text.RegularExpressions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.Emit.ILGeneration.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.Emit.Lightweight.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Security.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Security.Claims.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Serialization.Formatters.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Resources.Writer.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Xml.XDocument.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Private.Xml.Linq.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Private.Xml.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.TraceSource.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Quic.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.Compression.Brotli.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.Channels.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.NetworkInformation.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.Emit.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Linq.Expressions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.ComponentModel.EventBasedAsync.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Console.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Data.Common.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Xml.ReaderWriter.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Xml.XmlSerializer.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Transactions.Local.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.Contracts.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.TextWriterTraceListener.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Diagnostics.StackTrace.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.Compression.ZipFile.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.FileSystem.DriveInfo.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.FileSystem.Watcher.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.IO.IsolatedStorage.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Linq.Queryable.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Linq.Parallel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Requests.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.WebHeaderCollection.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.ServicePoint.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.HttpListener.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.WebSockets.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Security.Principal.Windows.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.WebClient.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Web.HttpUtility.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.WebProxy.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Mail.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.Ping.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Net.WebSockets.Client.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Reflection.DispatchProxy.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.CompilerServices.VisualC.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Serialization.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Serialization.Xml.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Private.DataContractSerialization.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Runtime.Serialization.Json.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.Overlapped.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Threading.Tasks.Parallel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Xml.XPath.XDocument.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/E5A0F6B9-9AF5-47E1-87C5-EE0CB25F59D0/SfDataGridiOS.app/System.Xml.XPath.dll [External]
Thread started: #2
Thread started: .NET Timer #3
Thread started: <Thread Pool> #4
Thread started: .NET TP Gate #5
Thread started: <Thread Pool> #6
Loaded assembly: /private/var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content/SfDataGridiOS.dll
2023-11-29 22:08:36.393 Xamarin.PreBuilt.iOS[7707:9556461] App path /var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content/SfDataGridiOS.dll
2023-11-29 22:08:36.393 Xamarin.PreBuilt.iOS[7707:9556461] Content folder: /var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content
Loaded assembly: /private/var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content/Microsoft.Maui.Controls.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content/Microsoft.Maui.dll [External]
**System.Exception:** 'No class inheriting from a valid Application Delegate found in /var/mobile/Containers/Data/Application/B90F1B3C-EA50-4194-A2C1-213AA43751F3/Documents/SfDataGridiOS.content/SfDataGridiOS.dll'
Thread started: <Thread Pool> #7
Thread started: <Thread Pool> #8
The app has been terminated.
Julio Martinez Carrasco
We retested the provided sample on various iOS simulators, including iOS 14 Pro Max (iOS 16.4) and iOS 15 Pro Max (iOS 17.0) using Xcode 15.0.1. The sample ran without encountering the reported issue. We have attached the output images for your reference.
To assist further, could you please provide specifics about your VS configuration and any unique device settings or conditions under which you encountered the issue? Any additional information you can share would be valuable for us to gain a clearer understanding of the problem and offer a more targeted solution.