This question is locked. New answers and comments are not allowed.
I have a row style that says the row height should be 40 at all times, but as soon as you expand the details row; it collapses to the smallest possible height. How can I force the RadGridView to maintain a height of 40, even when expading details?
Used style:
Used version: Latest Build (2010.2.821.1040)
Used style:
<telerik:RadGridView.RowStyle> <Style TargetType="telerik:GridViewRow"> <Setter Property="MinHeight" Value="40"/> </Style> </telerik:RadGridView.RowStyle>Used version: Latest Build (2010.2.821.1040)