I'm trying to allow for user customization of a grid with as little effort as possible. In order of priority,
- I would like my user to be able to choose which columns are displayed in the grid, and in which order. I'd really like a pre-built control for this, if one exists. My vision is a list of all available columns on the left, and, on the right, a re-orderable list of columns being used.
- I'd like to do the same with groupings (already easy, but leading up to saving).
- The user should be able to set column widths and sort direction (already easy, but leading up to saving).
- I'd like to be able to save and restore that information as a user setting.
Does Telerik have anything pre-built for any of that? I've looked at the "Control Panel" sample and I don't think that would meet my definition of "little effort".
No help available on this?