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

how to pass List of parameters to controllers?

0 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
xi
Top achievements
Rank 1
xi asked on 12 May 2013, 08:40 AM
It seems that the kendo ui only suppert to pass the parameter like string,int ,but not List<student> this custom class.

ActionResult GetStudentImfo([DataSourceRequest] DataSourceRequest request, string name, int id)
this format is OK,but
ActionResult GetStudentImfo([DataSourceRequest] DataSourceRequest request,List<student>) is not OK.

No answers yet. Maybe you can help?

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