Widget Permissions (Grid)
I need to show/hide columns in an MVC widget based on users. What is the best way to accomplish this?
For example: I have a grid with columns A, B, C, D and 5 users. User 1, 4 and 5 need to be able to see columns A, B and D and users 2, 3 need to be able to see columns A, C and D only.
Thanks!