title | page_title | description | slug | position |
---|---|---|---|---|
Touchscreen Interactions |
Touchscreen Interactions |
Utilize the Telerik UI Grid component for {{ site.framework }} and learn the different interactions when using a touch screen device. |
touchscreen_interactions_grid_aspnetcore |
23 |
The Grid enables you to use gestures to activate its functionalities.
When the [Editing Mode](% slug htmlhelpers_grid_aspnetcore_editing_overview %) of the Grid is configured to InCell
, use double-tap
to activate a cell for editing in mobile devices.
The Selection functionality on mobile devices includes the following gestures:
- Multiple selection with
tap
toggles the selected row or cell. - Multiple selection with the marquee tool requires
hold
&slide
to activate. It indicateshold
when selecting the row or cell.
The Row Drag and Drop on mobile devices activates on hold
& slide
of the row.
{% if site.core %}
- ASP.NET Core DataGrid Homepage {% endif %}
- [Grid Adaptive Rendering](https://demos.telerik.com/{{ site.platform }}/grid/adaptive-rendering)
- Server-Side API