Declined
Last Updated: 25 Nov 2021 11:59 by ADMIN
WT
Created on: 16 Jun 2016 14:05
Category: Kendo UI for jQuery
Type: Feature Request
1
add a unique name attribute option for ObservableArrays in MVVM (uniqueName binder)
The Kendo Validator cannot be used with the contents of a bound listview because there isn't a way to give unique names to each input. Knockoutjs handles this via the uniqueName binder: http://knockoutjs.com/documentation/uniqueName-binding.html

I wrote a custom binder to accomplish this but it would be nice to have a delivered option.

Basically I: 1) locate the parent data-uid and tack that onto the end of the name 2) update all data-for references to match.
0 comments