I have a checkbox in all column 1, however by clicking the cell also sets my textbook in which I don’t want to. By using readonly=true, it also disable my checkbox. See
Hi @david.chen
I am not sure if I understand the requirements. Please confirm
- clicking checkbox in the column should show data in the input
- clicking within the same cell but not in the checkbox should not show data in the input
essentially, what I wanted is. when the user checked the checked box, it saves column 2’s value on to the textbox below and when the user unchecked the checked box, it removes the column 2’s value from the textbox. however if you click on the cell where the check box is located, it still input column 2’s value on to the textbox, BUT the checkbox is not checked.
so 1, in case user mistakenly click on the cell instead of the checkbox, it doesn’t input the column 2’s value onto the textbox
or 2, if user mistakenly click on the cell instead of the checkbox, the checkbox will still be checked and still input the column2’s value onto the textbox
any solutions?
Hi @david.chen
This won’t be possible, as the cell needs the click event to check or uncheck the checkbox.