SQL Server Database generated primary key

Hi,

I tried making a simple crud form with Radzen Blazor studio.
I am able to fetch the data from a table which as an int primary key, a name field and a timestamp column.

But I am unable to add any record. It fails with an error Cannot save [entityname]

Which step am I missing.

Thanks

The problem was with the timestamp column
I removed it and it started working.

We cant use timestamp columns anymore in Blazor v8?

We are not aware of such problem. What was the error?

It showed the alert
could not save [entity_name]