Label
configurationAdds a label before the dateinput. If the dateinput has no id attribute, a generated id will be assigned. The string and the function parameters are setting the inner HTML of the label.
label
String|Function|ObjectDefault: null
label.content
String|FunctionSets the inner HTML of the label.
Default: ""
label.floating
BooleanIf set to true, the widget will be wrapped in a container that will allow the floating label functionality.
Important: The value method does not trigger the
focusoutevent of the dateinput.
This can affect the floating label functionality.
You can overcome this behavior by manually invoking the refresh method of the Floating Label: $("#dateinput").data("kendoDateInput").label.floatingLabel.refresh();
Default: false