Private Sub radGridView1_ViewCellFormatting(ByVal sender As Object, ByVal e As CellFormattingEventArgs)
Dim element As GridHeaderCellElement = TryCast(sender, GridHeaderCellElement)
If element IsNot Nothing Then
element.TextOrientation = Orientation.Vertical
element.FlipText = True
End If
End Sub
0
Nadya | Tech Support Engineer
Telerik team
answered on 29 Oct 2019, 03:45 PM
Hello Neil,
As I can see from your second post you have already found out an appropriate solution to your problem. This is the right way. In order to specify the orientation of the column header cells, you should access the GridHeaderCellElement and set its TextOrientation property.
Do not hesitate to contact us if you have other questions.
Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.