How to migrate from GridList to DataGrid
If you need a column layout, migrate the list to a DataGrid- select Datagrid type component
- move the value from dataPath to the item path.
- Now you have a DataGrid that looks like this
If you need a column layout, migrate the list to a DataGrid