Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1490
delete icon in iggrid for mobile devices
posted

If I configure the grid to allow row "delete", then when I am on a PC with a mouse, if I hover over a row I can see the delete icon (the "x"). On mobile devices, however, the delete icon doesn't appear very easily. If I click on the row itself the icon still doesn't appear. On my surface with IE, if I long hold it does appear and then works properly. On an iPad, if I click the row and then move my finger slightly left or right it finally appears and works properly.

How can I easily get the delete icon to appear whenever I select a row on a touch device?

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Ryan, 

    Thank you for posting in our forum!

    For mobile devices, when edit mode is “cell”, the gesture that will show the delete button is swiping left or right.

    For non-mobile devices where you operate with mouse and keyboard the delete button will display on hover.

    For hybrid devices ( like Surface where you have both touch and mouse events) you can use both methods ( swipe when using the touch screen, or hover using the mouse).

    You can find more details here:

    http://www.igniteui.com/help/whats-new-in-2014-volume1#improved-delete-row-mobile

     Let me know if you have any questions. 

    Best Regards,

    Maya Kirova

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

     

Children