This example is an implementation of the E5057: ASPxGridView - How to allow end-users to resize the grid example for the MVC platform.
The example supports both postponed (when the control's frame is rendered and resized on a 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.
↧
GridView - How to allow end-users to resize the grid(MVC)
↧