Skip to main content
12-Amethyst
July 31, 2019
Question

multiple selection grid rows touch devices

  • July 31, 2019
  • 3 replies
  • 1660 views

I'm trying to have the feature of multiple selection in Thingworx 8.4 in standard grid from touch devices, does anyone know how to perform this ? 

from desktop pressing ctrl + mouse click i am able to select more than 1 row , but from tablet only 1 per row, can you please help me ?

Thanks !

3 replies

22-Sapphire I
July 31, 2019

Probably need to use a different mechanism to do the selection.

Something like a tap or double tap to select.

Or use a collection widget with check boxes as a column.

aziliotto12-AmethystAuthor
12-Amethyst
August 1, 2019

Thanks, i already tried to double tap, long tap, multiple tap but do not work.

Collection looks not fast to render fields, any other suggestions ?

22-Sapphire I
August 1, 2019

Perhaps I wasn't clear:

Add a field to your data that indicates selected / not selected (boolean)

on a double tap or tap, update the table content to toggle that boolean

This way you have your selected set.

You can add some state based formatting to indicate the selected rows