Hello!
I use IntegerTextBox
I use this
and I see next:
"minProfit" , which located at the top of the page with IntegerTextBox from Kendo
and another "minProfit", where it should be, but with IntegerTextBox from Asp
Why is this happening?(because of @RenderConfigPlan())
I use IntegerTextBox
I use this
@helper RenderConfigPlan()
{
....
<
tr
class
=
"k-header"
>
<
td
>@Html.LabelFor(x => x.minProfit)</
td
>
<
td
>@Html.EditorFor(x => x.minProfit, "Integer")</
td
>
</
tr
>
}
"minProfit" , which located at the top of the page with IntegerTextBox from Kendo
and another "minProfit", where it should be, but with IntegerTextBox from Asp
Why is this happening?(because of @RenderConfigPlan())