Also, the row may get the selected background, but i want to prevent the
selectionchange event
or catch that the checkbox was clicked in the selectionchangehandler
Am 30.10.2015 um 08:26 schrieb Marcus Fritze:
In the itemrenderer of the datagrid set autodrawbackground="false"
Marcus Fritze
Am 30.10.2015 um 07:45 schrieb Frank Dahmen <[email protected]>:
I have a datagrid with selectable rows
( selectionChange="gridSelectionChangeHandler(event)" )
one column has a checkbox itemrenderer
how can I prevent the selection when I click the checkbox?
Thanks