New to Telerik UI for WinForms? Download free 30-day trial

Touch Support

RadGridView supports the following functionalities via touch interface:

Scrolling

To scroll the control simply drag the whole control to the desired location (left, right, up, down).

WinForms RadGridView Touch Scrolling

Here is the result of scrolling the control down:

WinForms RadGridView Touch Scrolling Down

Grouping

To group the grid according to some column, just drag the desired column title to the "Drag a column here to group by this column" section above the header area.

WinForms RadGridView Touch No Grouping

And the grid is grouped:

WinForms RadGridView Touch Groupped

Column Resize

Resizing the columns is achieved by the zoom gesture applied to the desired column title.

WinForms RadGridView Touch Resizing

And the result is:

WinForms RadGridView Touch Resized

Column Reorder

In order to reorder the columns, just drag the desired column title to its new location:

WinForms RadGridView Touch Column Reordering

Here you can see the dragged "Picture" column from the left of the control to the right of it:

WinForms RadGridView Touch Column Reordered

Row Resize

Resizing the row is achieved by the zoom gesture applied to the desired row.

WinForms RadGridView Touch Row Reordering

And the result is:

WinForms RadGridView Touch Row Reordered

See Also

In this article