This is a migrated thread and some comments may be shown as answers.

Serialize a Grid as a List?

0 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kevin
Top achievements
Rank 1
Kevin asked on 10 Aug 2011, 09:41 PM
I wanted to get your opinion on this with ASP.NET MVC.  I have a model that has several collection.  Each collection is represented by a Telerik grid in the GUI.  I would like pass these collections to the controller by serializing them and making them part of the model?  Doesn't this jive with the MVC pattern?  

You might ask me why not just do database CRUD on the grid itself and not work about passing a model back with this collection?  What if I want to copy or clone models?  

Steve
Tags
Grid
Asked by
Kevin
Top achievements
Rank 1
Share this question
or