The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
But I found another strange problem; the DateTime column crash the application (System.NullReferenceException), when I try to add a new row and then to edit it.
VSVijayarasan Sivanandham Syncfusion Team December 21, 2022 01:30 PM UTC
Hi Saverio,
We have checked the reported issue with the provided information. We are able
to add the new row for the DateTime column type in SfDataGrid. Here, we have
attached the tested sample and a video demo for your reference. Please have a
look at this. Could you please confirm if we missed anything? If you are still facing
the reported issue, modify the attached sample and share the video illustration
of the reported issue. It will be helpful for us to check on it and provide you
with a solution as soon as possible.
VDVasanthkumar Durairaj Syncfusion Team December 22, 2022 02:20 PM UTC
Saverio,
The reported issue occurs because the instance is not
created for the underlying collection, which is already stated in UG.
To
resolve this, you can define the default constructor for underlying data.
Otherwise, create an instance of data object by handling AddNewRowInitiating
event.