Soft Delete

I am new to Radzen. I am customizing generated code to save who and when is editing data, code behind, and would like to implement "soft delete". I can't stop the records from being deleted instead of marking them as deleted. Any advice?

Regards.

Hi @Valero,

Welcome to the Radzen community!

At the moment Radzen does not support soft deletes by default. You can check this blog post however which shows how to use soft deletes with Entity Framework core without customizing all code.