How do I make the group descriptor rows automatically increase in height so that they display all of the text?
Note I'm setting the text in the groupSummaryEvaluate event
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 16 Mar 2018, 08:13 AM
Hello, Simon,
Thank you for writing.
You can set the RadGridView.AutoSizeRows property to true in order to automatically adjust the row's height according. Then, you can subscribe to the ViewCellFormatting event and wrap the cell's text for the group headers: