Select row on click - just on checkbox

Hi,

I have a async table with a content provider value, so than I can use “select all rows checkbox”.
In each row I have a single check box and “select row on click”, so when I click, the row will be selected. But I need the row selected only if I click in a single checkbox and not on entire row.

How is this possible?

Thanks!

You should use a “Table/Table Row Tools/Select Row Checkbox” control in your column instead of a “Input/Checkbox + Table/Table Row Tools/Select Row On Click” pair.

Thanks Eric, i was using “select row checkbox” and “select row on click”, that’s the problem! :smiley: