Using razor
pages ASP.NET.Core.3.0 and SyncFusion Grid 17.3.0.34
Defining the Grid as following in a “Edit” razor page (using remotesaveadaptor)
Where of source is a Inumerable as follows:
And defining the
insert handler at the same razor page as:
Noting as well that
the CRUDModel class was defined as
The following behavior is produced , when inserting a new record:
Note that the update handler works as intended,
I'm particularly wondering what would be the correct return of the insert handler.
Any hints
on what could be the issue?
Thanks in advance