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

Kendo MVVM value binding and character encoding

1 Answer 109 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 30 Mar 2016, 10:41 AM
1down votefavorite How can i disable character encoding in kendo mvvm value binding? I have already encoded string and trying to bind it
<input name='myText' data-bind='value: MyText'></input>
but i get codes of letters instead of normal text value. How can i prevent double encoding in this example?

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 01 Apr 2016, 08:42 AM
Hi Alexander,

The value binding should populate the input with the exact same text the observable object contains, without any changes whatsoever. Would you please share a sample Dojo example that replicates the scenario? 

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