I've a ardeditor in my ascx .but I'm not able to resize my page and everything is in pixels.
My radeditor is in a table with width and height of 100%.
but still it does not resize when i minimize the window.
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 04 Dec 2009, 12:21 PM
Hello Zaheka,
The Height property of RadEditor does not support percents values. You should get the height of the parent element on the client and resize the editor via the editor.setSize(width, height) method.