Skip to content

Commit 7d3ca64

Browse files
author
Jonathan Diehl
authored
Update data grid migration guide
1 parent 293a41e commit 7d3ca64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/runtime/mendix-client

content/en/docs/refguide/runtime/mendix-client/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Because the reference set selector widget is technically a grid, while combo box
113113

114114
The data grid widget is not supported in the React client. To leverage React, replace it with the [Data Grid 2](/appstore/modules/data-grid-2/) widget. The data grid 2 widget is part of the [Data Widgets Module](https://marketplace.mendix.com/link/component/116540) in the Mendix Marketplace.
115115

116-
To automatically convert a data grid widget to a data grid 2, right-click the widget (or the error message) and select **Convert to Data Grid 2**.
116+
To convert a data grid widget to a data grid 2, right-click the widget (or the error message) and select **Convert to Data Grid 2**. This will attempt to automatically convert the widget. If a property of the data grid cannot be converted, a notification will be shown giving you the option to migrate the widget manually.
117117

118118
#### Template Grid{#template-grid}
119119

0 commit comments

Comments
 (0)