Hi, I want to be able to display the headers of my XamDataGrid in 2- 3 lines, depending on the label's text length. How can I achive that?
You could set the LabelTextWrapping property to Wrap in the FieldSettings:
<igDP:Field.Settings>
<igDP:FieldSettings LabelTextWrapping="Wrap"/>
</igDP:Field.Settings>
Also you might be interested in seeing this forum thread for one different implementation.