Hi,
Using EJ2, MVC5, VS2017, MySql, EF6
I´d like to be able to check records before editing or deleting them. Let´s say a record has a "satus" field where I must check its value and depending on that value (0, 1, etc) it can be edited or deleted, otherwise if its value is i.e. 3 it cannot be changed or deleted.
Please, note I am using Razor, MVC5, EF6...
Is there a way to do it?
Thank you!