we just converted our project from 10.3 to 11.1 versions of infragistics.
The XamGrid column headers are showing incorrectly... we explicitly set the HeaderText property to the header we want, but the actual header shown is the value of TextColumn.Key property..
How can this be resolved?
This is a non-issue, please delete this post, apologies for the error... This feature works fine in 11.1
wanted to add some additional information about the sequence that we follow
- create TextColumns and add them to the grid (setting HeaderText, ConditionalFormatCollection, FormatString etc)
- Set ItemsSource property to a list of objects
Result:
-HeaderText shown on the grid is the Key and not the text we used to set the HeaderTExt property explicityly
-FormatString doesn't seem to get applied