If I resize page after initial load - editor window stays unchanged.
1. How do I cause editor to resize?
2. Why isn't this happening automatically? Does this mean that this control is half-baked and is not ready for production use?
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 08 Nov 2012, 05:04 PM
Hi Roman,
By default, the Kendo Editor assumes the pixel width of the textarea element, from which it is created. You can enable automatic resizing by removing this width after initialization.
$("#editorID").closest(".k-editor").width("");
However, in this case it is advisable to set a min-width style, if none the Editor parents have one.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!