The scenario is the following:
- Set the ASPxGridView.SettingsPager.Mode property to 'ShowAllRecords';
- Set the ASPxGridView.Settings.ShowStatusBar to 'Visible' and the ASPxGridView.Settings.VerticalScrollBarMode property to 'Auto';
- Change the ASPxGridView's height and width in the mouse move event handler.
The example supports both postponed (when the control's frame is rendered and resized on mouse move, and the control is actually resized after the mouse button is released) and real time resizing (when the control is resized on mouse move). Set the 'postpone' JavaScript variable to 'false', to allow real time resizing.