My problem is when the editor popup shows, the drop downs are populated but are selecting the current values of the row in question. I was referring to a few previous posts, including this example:
https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/grid-popup-editing-dropdownlistfor-required/KendoUIMVC5
I thought I was missing the following:
<script>
function onEdit(e) {
@Html.Kendo().DeferredScripts(false);
}
</script>
When I look at the chrome debugger, there is only an ";" in the onEdit method, nothing is being written there. I am using 2019.2.619.
Not sure what I am missing, thanks
Peter