FIX. RadGridView - the items of auto-generated combo box column are not loaded when the saved layout is loaded before setting the data source.
To reproduce:
- Bind the grid to an object that contains enum property.
- Save the layout
- Restart the application and load the layout before setting the DataSource of the grid.
Workaround:
Load the layout after the DataSource is set.