This question is locked. New answers and comments are not allowed.
Hi,
Seems that when I'm using DropDownListFor() and would like to bind it to model I had to remove .Name like in this post
http://www.telerik.com/community/forums/aspnet-mvc/combobox/comboboxfor-model-binding.aspx
" .Name("EmployeeIdComboBox")
and now it works! ".
Problem is that I was also using CascadeTo in this DropDown and it doesn't work without .Name. Do you know workaround how can I still use CasdadeTo without .Name?
Seems that when I'm using DropDownListFor() and would like to bind it to model I had to remove .Name like in this post
http://www.telerik.com/community/forums/aspnet-mvc/combobox/comboboxfor-model-binding.aspx
" .Name("EmployeeIdComboBox")
and now it works! ".
Problem is that I was also using CascadeTo in this DropDown and it doesn't work without .Name. Do you know workaround how can I still use CasdadeTo without .Name?