EnumGridKeyboardScope
Defines the different zones (contexts) within the Grid where keyboard shortcuts can be customized. Each zone represents a specific type of cell or area that may have its own set of keyboard commands.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum GridKeyboardScope
Fields
CheckBoxCell
Checkbox cells in a checkbox column that allow row selection via checkbox interaction.
CommandCell
Command cells that contain command buttons (Edit, Delete, Update, Cancel, etc.).
Common
Shortcuts that apply to all cell types unless overridden by a specific zone. Use this to define navigation, selection, and other commands that should work consistently everywhere in the Grid. Zone-specific shortcuts take priority over Common shortcuts.
DataCell
Regular data cells that display content in the grid body.
DetailCell
Detail cells that contain the detail template content when detail templates are enabled.
EditCell
Editable cells when the grid row is in edit mode (inline or incell editing).
GroupHeaderCell
Group header cells that appear when grouping is enabled and allow expanding/collapsing groups.
HeaderCell
Header cells at the top of columns that typically support sorting, grouping, and column menu access.