Hello Jay,
In Visual WebGui v6.4 RC0b the DataGridView cells of all columns types other than the DataGridViewTextBoxColumn, support a single key press activation. For example on a DataGridViewCheckBoxColumn once it is selected, a single key press of the space-bar on the keyboard, changes the CheckBox state from checked to unchecked and from unchecked to checked. Same for DataGridViewButtonColumn, DataGridViewComboBoxColumn and DataGridViewLinkColumn.
(Please realize that these are all issues that were scheduled to Visual WebGui v7.0)
This is all with the exception of Mozilla Firefox. For now in FF you need to press the initial key twice. The cause is a jQuery bug we reported in their issue tracker here. Once this bug is fixed in their library and we will update to the fixed version, this will work in FF also.
The problem with the DataGridViewTextBox column is much more difficult to solve. Too much to cope with now within a Visual WebGui v6.4 RC version.
I moved this issue to Visual WebGui v6.4 FC.
Regards,
Ori Cohen
Support Manager, the Visual WebGui team