I am using an ObservableArray, and when I push in an Item object it wraps all the fields, which is fine except one it can't handle and it renders it useless. Can I prevent a field from being wrapped?
1 Answer, 1 is accepted
0
Rosen
Telerik team
answered on 06 Nov 2013, 03:15 PM
Hi Tyree,
The ObservableObject will not wrap all fields which names start with underscore. Therefore, you will need to prefix the object fields which should not be wrapped.
Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!