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
The focused {WidgetName} element depends on the following conditions:
7
+
8
+
<tableclass="dx-table">
9
+
<tr>
10
+
<th>Condition</th>
11
+
<th>Focused element</th>
12
+
</tr>
13
+
<tr>
14
+
<td><a href="/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#focusedRowEnabled">focusedRowEnabled</a> is set to <code>true</code>.</td>
15
+
<td>Focuses the first {WidgetName} row.</td>
16
+
</tr>
17
+
<tr>
18
+
<td><b>focusedRowEnabled</b> is set to <code>false</code>.</td>
19
+
<td>Focuses the first cell in the data area.</td>
20
+
</tr>
21
+
<tr>
22
+
<td><a href="/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/grouping/">Grouping</a> is configured.</td>
This method focuses a {WidgetName} element depending on the following conditions:
7
+
8
+
<tableclass="dx-table">
9
+
<tr>
10
+
<th>Condition</th>
11
+
<th>Focused element</th>
12
+
</tr>
13
+
<tr>
14
+
<td><a href="/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#focusedRowEnabled">focusedRowEnabled</a> is set to <code>true</code>.</td>
15
+
<td>Focuses the first {WidgetName} row.</td>
16
+
</tr>
17
+
<tr>
18
+
<td><b>focusedRowEnabled</b> is set to <code>false</code>.</td>
19
+
<td>Focuses the first cell in the data area.</td>
20
+
</tr>
21
+
<tr>
22
+
<td><a href="/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/grouping/">Grouping</a> is configured.</td>
0 commit comments