I have a Kendo scheduler template and on the template I want to give the user a multiple check box selection of work group data to choose from. I want to be able to bind the choices of work group data from a property on my model (ScheduleDataSource) which is the following: List AllWorkgroups {get; set;}
I then want the choice from the user to be saved in List UserWorkgroups {get; set;} on the same model.
Can someone please help with how to do this. Please note I am doing this in MVC ASPX. My current code is below: