The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
PMPiruthiviraj Malaimelraj Syncfusion Team February 27, 2017 10:30 AM UTC
Hi Wolfgang,
Thanks for your interest in Syncfusion products.
Query
Response
How is it possible to align each column header text (left or right, not centering)?
Suggestion 1:
In order to align the header text at right/left/center side of the cell, HorizontalAlignment property of GridGroupingControl.Appearance.ColumnHeaderCell can be used.
PrivateSub gridGroupingControl1_QueryCellStyleInfo(ByVal sender AsObject, ByVal e As Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellStyleInfoEventArgs)
If e.TableCellIdentity.DisplayElement.Kind = Syncfusion.Grouping.DisplayElementKind.ColumnHeader Then