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

Posting Grid data

0 Answers 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 14 Oct 2012, 04:45 PM
Hi

I am using MVC 4 with a Kendo Grid.

I have created a grid that is the "many" side of a one-to-many data structure. Basically , its the invoice rows part of an invoice. How do I  now post back an Invoice with the rows (coming from the grid) to the action method of the controller?

        [HttpPost]
        public ActionResult Create(Invoice invoice)


Thanks

No answers yet. Maybe you can help?

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