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.
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.