3 Answers, 1 is accepted
0
Hello Michael,
The following article demonstrates how to create custom editors for certain fields step by step:
Finally, for your convenience attached you will find a small sample which illustrates how to use a multi-line textarea instead of an input in the popup editor.
Regards,
Georgi
Progress Telerik
The following article demonstrates how to create custom editors for certain fields step by step:
Finally, for your convenience attached you will find a small sample which illustrates how to use a multi-line textarea instead of an input in the popup editor.
Regards,
Georgi
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Peter
Top achievements
Rank 1
answered on 03 May 2019, 07:42 AM
I am trying this, but the Firstname isn't bound to the textarea, it comes back empty. What is missing here?
0
Hi Peter,
The issue occurs since the editor is missing a data-bind attribute.
e.g.
Regards,
Georgi
Progress Telerik
The issue occurs since the editor is missing a data-bind attribute.
e.g.
@Html.TextArea(
"FirstName"
,
new
{rows=5, cols=20, @
class
=
"text-wrapp k-textbox"
,
data_bind =
"value:FirstName"
,
style =
"resize:none"
})
Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.