Keystroke | Purposes |
---|---|
arrow | Moves selection to previous row, or last child table's row when visible. |
arrow | Moves selection to next row, or first child table's row when visible. |
arrow | Moves selection to previous cell when used in record row. Only applicable to table which its CellClickAction is Cell. Used to collapse child rows when a group row is selected row. |
arrow | Moves selection to next cell when used in a record row. Only applicable to table which its CellClickAction is Cell. Used to expand child rows when a group row is selected row. |
Home | Moves selection to first row in a table when selected object is Row (default). Moves selection to first cell when selected object is Cell (when CellClickAction is set to Cell). When in edit navigation mode, it will move edit cell to first editable cell. |
End | Moves selection to last row in a table when selected object is Row (default). Moves selection to last cell when selected object is Cell (when CellClickAction is set to Cell). When in edit navigation mode, it will move edit cell to last editable cell. |
Page Up | Scroll up one page from current selected object. |
Page down | Scroll down one page from current selected object. |
+ (Keypad) | Expands child table's rows in a Hierarchical Grid. |
- (Keypad) | Collapses child table's rows in a Hierarchical Grid. |
Tab | Moves focus to next input control. *) When in Edit mode, Tab key will switch input control to next editable cell. |
*Shift + Tab | When in Edit mode, switch input control to previous editable cell. |
*Ctrl + Home | Moves selected row to first visible row in the table. If edit navigation mode is active and NewRow is displayed, it will move the focus to NewRow for item addition. |
*Ctrl + End | Moves selected row to last visible row in table. |
*Ctrl + T | Switch focus to FilterRow area. |
*Ctrl + D | Switch focus to grid's body area from FilterRow area. |
*Enter |
1. Activate edit mode and display input control for currently selected cell when
used in edit navigation mode. 2. Accepts current cell changes when used in input control. |
*Shift + Enter | Immediately invoke AddRow operation if used in NewRow area and invoke Update operation for grid's row. |
*Esc | 1. Rejects and reverts changes back to original value when used in input control. 2. Cancels row changes and exit edit mode when used in edit navigation mode. |
Events | Purposes |
---|---|
Left click | Selects item. |
Wheel up | Scroll up rows view. |
Wheel down | Scroll down rows view. |
*Right click | Displays context menu for valid WebGrid's UI elements. |
Icons | Purposes |
---|---|
Displays WebGrid.NET's client help. | |
Requests more data records when VirtualLoad paging mode is activated. | |
Refresh the Grid's data. | |
Shows or hides the GroupBox area used to visualize current grouped columns. | |
Groups or ungroups by the column you currently click on. | |
Show a list of columns to select which are visible or hidden. | |
Sorts the data descendingly based on the column you currently click on. | |
Sorts the data ascendingly based on the column you currently click on. | |
Show a list of filter type that is used to filter data rows. | |
Indicates the current selected object's row. | |
Indicates the valid position of target group columns in GroupBox area. | |
Displays next month in Calendar popup. | |
Displays previous month in Calendar popup. | |
Cancel row changes and exit edit mode. | |
Update row changes and exit edit mode. | |
Copy row or table's data to clipboard. | |
Delete row. | |
Indicates that current row is in edit mode (cells has been changed). | |
Activate edit mode. | |
Display Export popup. | |
Indicates the NewRow for table. |