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 **login ID text box** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
8
+
The **login ID text box** widget is a Dojo widget.
9
+
10
+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11
+
12
+
This widget is not supported on native mobile pages.
13
+
14
+
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
9
15
10
16
Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information.
11
17
12
-
The Dojo client is deprecated and will be removed in a future version of Mendix.
18
+
The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,13 @@ weight: 10
6
6
---
7
7
8
8
{{% alert color="warning" %}}
9
-
The **data grid** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
9
+
The **data grid** widget is a Dojo widget.
10
10
11
-
To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid).
11
+
This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid).
12
+
13
+
This widget is not supported on native mobile pages. To upgrade it to the recommended mobile widget ([Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid).
14
+
15
+
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
12
16
13
17
The Dojo client is deprecated and will be removed in a future version of Mendix.
0 commit comments