Completed
Last Updated: 12 Apr 2022 13:32 by ADMIN
Release 2022.R1.SP.next
Created by: Daniel
Comments: 0
Category: TextArea
Type: Feature Request
0

Model binding is supported for the TextArea HTML Helper

@Html.Kendo().TextAreaFor(x => x.Test).Rows(3)

but the corresponding option for the TagHelper is not implemented

<kendo-textarea for="@Model.Test" rows="3"></kendo-textarea>

 

 

Completed
Last Updated: 29 Mar 2021 08:05 by ADMIN
Release 2021.R1.SP.next
Created by: Ramon
Comments: 5
Category: TextArea
Type: Bug Report
5

Bug report

TextArea wrapper does not render correctly in v2021.1.224

Reproduction of the problem

Declare a Html.Kendo().TextArea() in ASP.NET project

Current behavior
The TextArea value does not retain.

Expected/desired behavior
TexArea shall render as in previous Kendo Ui versions

Related to Ticket #1509117
Environment
Kendo UI version: 2021.1.224
Browser: [all]