zephyros
06-08-2005, 03:28 AM
I'm using a checkBoxCellRenderer within a DataGrid so that I have checkboxes in a column.
It is possible to click on the cell area around the checkbox, resulting in the cell being pressed but the checkbox not being flipped.
I can capture the cellPress event on the cell of course, but is there a way to send that event or call directly to the designated cellRenderer object in that cell (in this case the checkBoxCellRenderer object) so I can update the CheckBox?
Any suggestions would be greatly appreciated! Thanks!
It is possible to click on the cell area around the checkbox, resulting in the cell being pressed but the checkbox not being flipped.
I can capture the cellPress event on the cell of course, but is there a way to send that event or call directly to the designated cellRenderer object in that cell (in this case the checkBoxCellRenderer object) so I can update the CheckBox?
Any suggestions would be greatly appreciated! Thanks!