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.
I am trying to implement Adding of New Row on Sfdatagrid. Unfortunately i cant type in any cell. all these cells have been set allowEditing=True and even if i double click on the cell to enable editmode still i cant type anything
MAMohanram Anbukkarasu Syncfusion Team November 16, 2021 02:57 PM UTC
Hi Joy,
Thanks for contacting Syncfusion support.
We would like to let you know that the underlying data object must be defined with default constructor for using AddNewRow. We suspect that you have not created a default constructor for the underlying data object which is the cause for the reported problem.
Please let us know if you require any other assistance from us.
Regards,
Mohanram A.
JTJoy ThakwalakwaNovember 18, 2021 06:32 AM UTC
i realised that once i implement paging addnewrow doesnt work. even filtering doesnt work
MAMohanram Anbukkarasu Syncfusion Team November 19, 2021 01:20 PM UTC
Hi Joy,
Thanks for the update.
We would like to let you know that AddNewRow and UI Filtering are not supported in SfDataGrid when using with SfDataPager. These are the limitations of paging support in SfDataGrid. Please refer the below given documentation about the limitations of paging and on-demand paging in SfDataGrid.