User is presented with an index of orders in the system.
User will click into an Order to edit.
The Edit page will be presented with Order detail at the top in edit mode.
The bottom will have a grid (currently using Telerik Kendo), with all the orderline items.
I will need to allow the user to perform inline-editing. which includes Dropdown boxes, and a checkbox which allow SELECT ALL to update in bulk.
eg. Select All orderlines to set status to COMPLETED.
How is this achieved in MVC, along with ViewModel patterns.
alphabeatsco
The bottom will have a grid (currently using Telerik Kendo), with all the orderline items.
I will need to allow the user to perform inline-editing. which includes Dropdown boxes, and a checkbox which allow SELECT ALL to update in bulk.
Kendo have this example for inline editing.
http://demos.telerik.com/kendo-ui/grid/editing-inline
And , if you search, you will find one with dropdown too in the documentation
Hi alphabeatsco,
Thanks for your post.
You can refer to ignatandrei’s reply, and you can try to use webgrid to implement it.Please refer to the following tutorial:
#Web Grid with Razor Engine,Paging and Customized Edit and Delete facility
http://jainbipin.blogspot.com/2011/04/aspnet-mvc-3-razor-engine-web-grid.html
Hope this can be helpful.
Best Regards,
Eileen
Is WebGrid out of the box component from Visual Studio?
alphabeatsco
Is WebGrid out of the box component from Visual Studio?
No