Checkbox and sort in same column
Hi,
If I have a checkbox in a column header:
obj.setHeaderTemplate(checkbox, 0);
Then the "onControlValueChanged" of the checkbox is fired whether the user clicks on the actual checkbox or the text of the checkbox (checkbox.setControlText="my col header").
I would like the checkbox to select all rows but clicking on the text would sort (default non-checkbox behavour) the rows.
Is this possible?
If I have a checkbox in a column header:
obj.setHeaderTemplate(checkbox, 0);
Then the "onControlValueChanged" of the checkbox is fired whether the user clicks on the actual checkbox or the text of the checkbox (checkbox.setControlText="my col header").
I would like the checkbox to select all rows but clicking on the text would sort (default non-checkbox behavour) the rows.
Is this possible?
September 29,