Hi I am using a kendo dropdownlist as a ClientTemplate for one of the grid columns. When I add a new item to the grid, make a selection from the dropdownlist, and then select Update, the value for the dropdown is null. Only after I refresh the page is the correct value displayed. Dropdown list is displaying correct values.
We are using .net MVC and DataSource WebAPI to bind to the models.
We are using .net MVC and DataSource WebAPI to bind to the models.