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.
How do I set the default cell border weight on a databoundgrid to extrathin? I thought it would be through grid.tablestyle.borders.left.weight but this is read only.
ADAdministrator Syncfusion Team August 20, 2004 02:30 PM UTC
You need to create a new object with code like
grid.Tablestyle.Borders.Left = new GridBorder(GridBorderStyle.Solid, Color.Black, GridBorderWeight.ExtraThin); // or whatever you want