Is there a way to display other datasource fields in a custom groupTemplate?
If i use the below code, i get a undefined error.
groupTemplate:
"#: data.aDifferentField#"
The reason i want to do this is because i want to have grouped options in my select list but grouping the data source by the real field doesn't return the order i want.
So i basically use a different field to group the data source and want to display the name of my original grouping field instead.