Bogemic Software        Bogemic Software RSS  Subscribe: RSS       Products  |  Purchase  |  Support  |  Contact      
Products
  Bogemic Apps
  Bogemic Docs
  Bogemic Studio
  Bogemic Grid
  Services
Order Now
Ordering Process
Documentation
Press Releases
Reseller
Feedback Form
Technical Support
Contact

Back to Contents



The BGMGrid object supports the following shortcut keys:

Ctrl+Aselect all cells in the grid
Ctrl+Backspacescroll to display the active cell
Ctrl+Zundo
Ctrl+Yredo
F2edit cell
F5sort the grid
Left, Up, Right, Downactivate the next cell
Shift+Left, Shift+Up, Shift+Right, Shift+Downmake a selection of cells
Ctrl+Left, Ctrl+Up, Ctrl+Right, Ctrl+Downactivate the last cell
Tabmove to the next visible cell
Shift+Tabmove to the previous visible cell
Esccancel editing of the cell
PgUpscroll one page up
Shift+PgUpexpand the selection up
PgDnscroll one page down
Shift+PgDnexpand the selection down
Homescroll to the first cell in the column
Endscroll to the last cell in the column
Delclear the data in the selection
Ctrl+Ins, Ctrl+Ccopy the data into the clipboard
Shift+Ins, Ctrl+Vpaste the data from the clipboard
Shift+Del, Ctrl+Xcut the data in the selection
Ctrl+Fshow the Find dialog
Spacedepending on the cell type:
DataType_Bool - check/uncheck
DataType_Button - generate the onClickButton event
DataType_EditButton and Read-Only - generate the onClickButton event

Pressing a key when a non-Read-Only cell is activated will start editing.
The following shortcut keys are available during editing:
Enteraccept entered text
Esccancel editing
Spacedrop down for DataType_Select
Ctrl+S, F2accept entered text for regular cells


Back to top