This is a migrated thread and some comments may be shown as answers.

Resizing editor past bottom of screen causes error

1 Answer 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Charles Forsyth
Top achievements
Rank 2
Charles Forsyth asked on 13 Nov 2008, 05:51 PM
The following error occurs on the client browser when the user attempts to resize the editor beyond the height or width of the visible area.

Line: 3313
Error: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was NaN.

The expected behavior would be to stop dragging at the edge of the screen, or resize the view area to accomodate (adding scrollbars, not resizing the actual window)

Not that it matters, but the RadGrid is within a DetailsView control. The DetailsView control is within a PageView which is inside a RadMultiPage.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Nov 2008, 06:50 PM
Hi Charles,

We are aware of this problem and it is logged in our bug tracking system. Currently, our suggestion is to disable the content area resizing to avoid this error. You can do that by setting the editor's EnableResize property to false.

You can also see the following help article which could be helpful for your scenario:
Adding Increase And Decrease Size Buttons.

Your users could also use the full screen mode feature (F11 shortcut).


Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Charles Forsyth
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or