IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igGrid doesn't support touch features

luiscla27 opened this issue · comments

Description

igGrid doesn't support touch features

Steps to reproduce

  1. Go to your demo page using google chrome, https://www.igniteui.com/grid/overview
  2. Open google developer tools and activate the responsive view.
  3. Try to:
    3.1. Remove the "category" group column.
    3.2. Drag columns to the group section.
    3.3. Change page.

Result

All three features are broken, the "x" to remove grouped columns is missing, dragging is not implemneted and the "page" buttons are settting the scrollbar to the top of the page.

Expected result

  1. The "x" to remove grouped columns should be available.
  2. Dragging should be implemented.
  3. Pressing the change-page buttons should not take the scrollbar to the top of the page.

Attachments

igGrid touch.zip

This is a "by-design" behavior. On touch devices you should use the GroupBy dialog by tapping on the "select columns" link.