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

Multiselect Template Column Values Not Serialized

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Heath
Top achievements
Rank 1
Heath asked on 18 Jan 2021, 06:09 PM

 

Controller Method

public ActionResult EditSupplierTeamReps(DataSourceRequest incoming, ManageSuplierTeamRepViewModel supplierTeamRep)
{
   DoTheThing(supplierTeamRep)  
    return Json(result);
}

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 20 Jan 2021, 03:44 PM

Hello Heath,

Attached you will find a Kendo Grid with a MultiSelect column editor that properly submits its selected items to the Update controller action. Note that in order to run the sample, you will have to add the Kendo.Mvc.dll in the "lib\KENDOUIMVC\2020.3.1118.545\" folder.  May I ask you to modify that example, so it replicates the issue present at your end and send it back to me? This way I will be able to troubleshoot the case locally and to provide you with the most appropriate assistance.

Regards,
Veselin Tsvetanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Heath
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or