I'm using version 11.1.20011.2135, I load the editor from an html file, this works fine, I edit the text on the editor and when I try to get the text (webHtmlEditor1.Text), this hasn't change. I load and retrieve the text from codebehind.
Thanks in advance for any help
EDIT:
This only occurs when I change the text in the design view, if the text is modified in the html view I get the modified text.
Hello,
Thanks for posting in the forums. I've tested the below code with the RTM of 11.2 (11.2.20112.1019) .Once the page is loaded I put some html into the view, then in desing view I update the Editor and post it to the server. I'm inspecting the values of below properties and i confirm that I'm getting the changes made on the client prior the post,
Thanks for the response, I have an inconvenience, I cant use version 11.2, because my license ends with version 11.1
thanks in advance.