This question is locked. New answers and comments are not allowed.
When I try to enter an object's property with dot syntax as the value of the name attribute that will not work, like so:
<
kendo:datePicker
name
=
"person.birthdate"
value
=
"${person.birthdate}"
format
=
"dd.MM.yyyy"
>
</
kendo:datePicker
>
Note that the same syntax is accepted for the value attribute.
Most conspicuous is the missing button with calendar icon at the right hand side of the input field. Is that behaviour by design?
Best regards,
Marcus