Skip to main content
7-Bedrock
April 22, 2024
Solved

if I click on a row that I want, it automatically checks the checkbox in the selected row. Is this p

  • April 22, 2024
  • 1 reply
  • 760 views

TW_10599876_0-1713762462194.png

I would like a method where, if I click on a row that I want, it automatically checks the checkbox in the selected row. Is this possible? Or should I click on the checkbox, and it will act as if I clicked on the row?

Best answer by pshashipreetham

Hi @TW_10599876 ,

 

There are a couple of workarounds for the Situation:

  1. Make the Grid Selection Single, but a single row can only be clicked at a time and then use the Selected rows
  2. Use a Collection Widget, which makes this use case easy
  3. Then, If you are using Thingworx version 9.4+, use the row clicked and pass it back to Selected Rows to Gird; that should work.

Thanks,

1 reply

pshashipreetham
18-Opal
18-Opal
May 30, 2024

Hi @TW_10599876 ,

 

There are a couple of workarounds for the Situation:

  1. Make the Grid Selection Single, but a single row can only be clicked at a time and then use the Selected rows
  2. Use a Collection Widget, which makes this use case easy
  3. Then, If you are using Thingworx version 9.4+, use the row clicked and pass it back to Selected Rows to Gird; that should work.

Thanks,