Hi all
I have been trying for quite some time to get the radeditor as a textbox working inside a MVC partial view. Bascially, I have a razor page(.cshtml) from where I render the partial(editor.ascx, an MVC partial), there is no error but the editor does not work, if I remove ToolbarMode="ShowOnFocus" property from the editor, it does render on the page but the layout is all broken, but if I include this property, nothing works on the page as expected. It appears that its trying to render the editor, but not the necessary markup for showing/hiding the toolbar when clicked inside/outside the editor. Any help appreciated.
Thanks
Vishal
I have been trying for quite some time to get the radeditor as a textbox working inside a MVC partial view. Bascially, I have a razor page(.cshtml) from where I render the partial(editor.ascx, an MVC partial), there is no error but the editor does not work, if I remove ToolbarMode="ShowOnFocus" property from the editor, it does render on the page but the layout is all broken, but if I include this property, nothing works on the page as expected. It appears that its trying to render the editor, but not the necessary markup for showing/hiding the toolbar when clicked inside/outside the editor. Any help appreciated.
Thanks
Vishal