Hello,
I'm currently migrating from Telerik MVC to Kendo MVC, I'm having a problem using EditorTemplates inside Kendo MVC, which was not happening when I was using Telerik for MVC.
When I use Editor templates: Html.Kendo().DropDownListFor and Html.Kendo().IntegerTextBoxFor in an editor template that is used inside a grid, the following happens:
IntegerTextBox:
It show the placeholder, not the value, but when I click inside the textbox, it works fine.
DropDownListFor:
The selected value is the first item in the list, not the binded item.
Attached is a screenshot of the issue.
Please help with this issue, Thanks in advance.
I'm currently migrating from Telerik MVC to Kendo MVC, I'm having a problem using EditorTemplates inside Kendo MVC, which was not happening when I was using Telerik for MVC.
When I use Editor templates: Html.Kendo().DropDownListFor and Html.Kendo().IntegerTextBoxFor in an editor template that is used inside a grid, the following happens:
IntegerTextBox:
It show the placeholder, not the value, but when I click inside the textbox, it works fine.
DropDownListFor:
The selected value is the first item in the list, not the binded item.
Attached is a screenshot of the issue.
Please help with this issue, Thanks in advance.