Client method to encode\decode rich text content?
How is it that I can take rich HTML content from the RadEditor and encode it so it'll properly save up to my json service?
...there's gotta be a helper or something to do that right? :)
Steve
Hello Steve,
You can use the client-side API of the editor to get its content and then pass it to the service as HTML. If you want to perform any encoding/decoding, you will have to do it manually (there are no helpers that I am aware of). Here's a demo that demonstrated the client-side API of the RadEditor:
http://demos.telerik.com/aspnet-ajax/editor/examples/clientsideapi/defaultcs.aspx