In a support post from Infragistics they write that by manually defining columns in the UltraGrid editor there will be no "auto create columns" made but that's not true. I can see my few manually defined columns but after setting the DataSource to a list of elements, columns for all properties are being created. Am I doing something wrong? I am using Release 2023.1 with VS 2022.
In the XAM version (XamDataGrid) there is a property "AutoGenerateColumns" - where is that on UltraGrid? The data schema editor would not make any sense if the data source then always overrides what was defined there.