Hi there,
i'm having an unexpected behavior using the property "encoded" of kendoEditor control. The problem is that string returned into my controller is an html encoded string doesn't matter if the value is set to true or false.
In order to save the correct value into the database, i need to use an helper to decode the value.
Is there any way to have the html decoded string on my posted model?
Thanks in advance,
Enrico
i'm having an unexpected behavior using the property "encoded" of kendoEditor control. The problem is that string returned into my controller is an html encoded string doesn't matter if the value is set to true or false.
In order to save the correct value into the database, i need to use an helper to decode the value.
WebUtility.HtmlDecode(returnModel.TextValue);
Is there any way to have the html decoded string on my posted model?
Thanks in advance,
Enrico