This question is locked. New answers and comments are not allowed.
hello,
i´m would like to know if someone implement a validation logic to support grid editing base on user roles.
for instance: admin can create, read, update, and delete. But normal user will just be able to read.
how have you done this. i have one view for each type of action but i don't like this because i need to replicate all the code from one view to another.
also if i just want to add delete and read permission i need to maintain the data bind update action and use some javascript to remove the button from view in run time.
i hope and think that some of you have think in a better approach.
best regards