This is a migrated thread and some comments may be shown as answers.

Property Binding?

1 Answer 93 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 16 May 2012, 09:14 PM
How would one for instance set the combobox's maxLength property? (or any other properties on any of the widgets with the MVVM model without having to access the control in javascript?

thanks!

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 May 2012, 08:12 AM
Hi James,

Do you mean the minLength setting? You can set it like this:

<input data-role="combobox" data-min-length="5" />

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
MVVM
Asked by
James
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or