This question is locked. New answers and comments are not allowed.
We are starting a project using the MVC 3 Telerik Grid and plan on using the ColumnContext menu.
Here's how we need it to work...
Users will do a search and then there should get a grid with a standard set of columns which they then can then add to or delete from and filter and sort as needed and can also mess with column widths, column order etc.
Once they are done getting the grid with the data layout that they want, they will need to be able to save all these settings and assign the layout a name so that they can select it and get back to the layout whenever they come back to the search page - without having to create a that layout each time.
Will we be able to capture all this information and store it in our database? If yes can we be pointed to some documentation on the best way we can collect all the grid layout data, save it, and reuse it again?
Thanks in advance!
Here's how we need it to work...
Users will do a search and then there should get a grid with a standard set of columns which they then can then add to or delete from and filter and sort as needed and can also mess with column widths, column order etc.
Once they are done getting the grid with the data layout that they want, they will need to be able to save all these settings and assign the layout a name so that they can select it and get back to the layout whenever they come back to the search page - without having to create a that layout each time.
Will we be able to capture all this information and store it in our database? If yes can we be pointed to some documentation on the best way we can collect all the grid layout data, save it, and reuse it again?
Thanks in advance!