Okay so lets try to explain what situation I'm correctly involved in.
I have a Kendo().Grid<> that is bound to a Dependant Model.
I have a EditorTemplate of the fields required for the editing of this Grids columns within a Popup window. This template has a few dropdowns that get populated with a remote datasource. The normal textboxes updates the model within the grid while the dropdown simply refuses to do so.
I already tried the ValuePrimitive but to no Avail.
Help Please
I have a Kendo().Grid<> that is bound to a Dependant Model.
I have a EditorTemplate of the fields required for the editing of this Grids columns within a Popup window. This template has a few dropdowns that get populated with a remote datasource. The normal textboxes updates the model within the grid while the dropdown simply refuses to do so.
I already tried the ValuePrimitive but to no Avail.
Help Please