You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,8 +42,8 @@ export type GridSummaryCalculationMode = (typeof GridSummaryCalculationMode)[key
42
42
*/
43
43
exporttypeGridValidationTrigger='change'|'blur';
44
44
45
-
/**
46
-
* Type representing the type of the target object (elements of the grid) for keydown (fired when a key is pressed) events in the grid.
45
+
/**
46
+
* Type representing the type of the target object (elements of the grid) for keydown (fired when a key is pressed) events in the grid.
47
47
* - 'dataCell': Represents a data cell within the grid. It contains and displays individual data values
48
48
* - 'summaryCell': Summary cells display aggregated/summarized data at the bottom of the grid. They provide insights like total record count, min/max values, etc.
49
49
* - 'groupRow': Group row within the grid. Group rows are used to group related data rows by columns. Contains the related group expression, level, sub-records and group value.
@@ -66,7 +66,7 @@ export type GridKeydownTargetType =
66
66
* - 'multiple': Default cell selection mode. More than one element can be selected at a time.
67
67
* - 'multipleCascade': Similar to multiple selection. It is used in hierarchical or tree grids. Allows selection not only to an individual item but also all its related or nested items in a single action
0 commit comments