In an ADG (selectionMode="singleCell") with multiple columns using checkbox as item renderer, is it possible to navigate thru the checkboxes and selecting/deselecting each checkbox by just using the arrow keys and spacebar?
I can't seem to get the checkbox item renderer to catch the keyDown event. Example: an ADG with 3 columns. 1st column - name 2nd column - checkbox1 3rd column - checkbox2 Navigate thru the rows and selecting/deselecting the checkboxes by using only the keyboard. Thanks, bray

