Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to use a text area for a model kendo mvc

@Html.TextAreaFor(x => x.Description,
	new { @class = "k-textbox", style = "width: 100%;", placeholder = "Notes... Descriptions..." })
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #area #model #kendo #mvc
ADD COMMENT
Topic
Name
6+2 =