This question is locked. New answers and comments are not allowed.
I have an MVC telerik grid which displays multiple columns. What I'd like to do is give users the option to mix and match which columns they get to see, for example if the grid can display 10 columns the interface could give the user 3 columns to see data, and they would have to choose what each of the 3 grids would display.
I'm thinking it has something to do with the .Columns command so would it be possible to make that modifiable by users through a GUI?