Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
MVC HtmlEditor does not return Model data when editting?
posted

When I use the mvc helper to load the HTML EditorFor helper it generates the control perfectly and submits the data ok as well.

But when I try to retrieve the data back on edit for it to be edited it returns a blank editor. 

When I check the debugging watch window the model data is returned to the view but isn't displayed in the html editor.

How can I get the data to be display in the html editpr