I have a Telerik MVC grid.
1 of the columns needs to be hidden from certain users.
This is easy to achieve using .Visible
The problem is, when I launch the Edit mode for the row, the column I want hidden is displayed in the edit view.
Any idea how to hide the column from both the grid view and the edit view?
Edit: I'm using Pop Up edit mode and Ajax binding.