as far as I know, AutoGeneration is not very customizable but you can make an alternative autogen for yourself:
set autogen = false, register for these events:
- OnDataMemberChanged
- OnDataSourceChanged
add one function that will be run for both, which will create columns for data dataSource:
- header = column name
- column type = according to what you want
- data binding = column name
- and etc.
source share