Value
methodsGets or sets the value of the widget.
Important: This method does not trigger the change event.
This can affect MVVM value binding. The model bound to the widget will not be updated.
You can overcome this behavior triggering the change event manually using trigger("change") method.
Important: This method does not trigger the
focusoutevent of the textarea.
This can affect the floating label functionality.
To overcome this behavior, manually invoke the refresh method of the Floating Label: $("#textarea").data("kendoTextArea").floatingLabel.refresh();
Parameters:valueString
Returns:String
The value to set.
the value of the widget.