Hi
Is there an easy way to perform a click on a button in a cell whose column Style property is set to'Button' and ButtonDisplayStyle to 'Always'. When you navigate through the row with the TAB-key, itwould be user-friendly to perform a buttonclick by hitting the spacebar (like it does on a regular button).
Thanks,Kevin
Hi Kevin,
The grid currently does not have any keyboard support for buttons. You can, of course, trap the grid's KeyUp event and handle this yourself.
Thanks for your answer, Mike. I already assigned a shortcut to the action behind the button, even when the focus is not on the button. Maybe I can do the same thing when the user hits the spacebar and the ActiveCell is the buttoncell.The only thing that can't be done with this, is the visual indication that the button is being pressed. But that's not so bad.
-Kevin