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.
Hi,
I want the row headers to come in reverse order i.e. The bottommost row should have row number 0 and then over it row 1 and so on.
Please help in this regard.
ADAdministrator Syncfusion Team December 2, 2004 09:34 AM UTC
Try handling PrepareViewStyleInfo. In your handler, if e.ColIndex is 0, set e.Style.Text to what you want to see based on the value of e.RowIndex-- maybe (grid.Model.RowCount - e.RowIndex).ToString().