closed
Public

I am trying to validate a design logic where a user would select more than one row from a grid and the logic would compare the values on the same cell in row 1 and row 2 to decide what to do. However, I cannot select more than one row at a time in prototype mode. Is this not supported at this time, or am I missing something?

Any help would be appreciated!

Thanks,

Marco

3 answers

Hi Marco,

Multi-selection in table (data grid) is not supported now.

A possible workaround is to remember the previous selected row index in user defined property, and access the value later. If you want to “select” more than two rows, you can use an array property to store these selected row indices.

#1

Awesome! Thanks for the quick reply, ViVi!

Marco

#2

You are welcome 🙂

#3

This question is now closed