Hello,
when the sfDataGrid column headers are rotated by 270 degrees, the fllter dialog is also rotated.
I'm using this code to rotate the headers (in code):
oHeaderStyle.Setters.Add( new Setter( System.Windows.Controls.Primitives.DataGridColumnHeader.LayoutTransformProperty, new RotateTransform) 270 ) ) )
It looks like this:
Thank you very much for any hint to solve that.
Wolfgang