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?
<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?