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.
Is it possible to change the three cell border weights to be thicker? There appears to be a GridBorderWeightEditor class which sounds like it might do the trick, but the help doesn't give any examples on how to use it.
ADAdministrator Syncfusion Team June 6, 2003 02:29 PM UTC
The 1.6 release has a custom border sample.
Syncfusion\Essential Suite\Grid\Samples\In Depth\CustomBorders
You can download a release candidate for 1.6 from these links:
Read the release notes:
http://www.syncfusion.net/squiffler/patches/v1606/readme.htm
Download the installation (~59meg):
http://www.syncfusion.net/squiffler/patches/v1606/syncfusionessentialsuitesetup.exe
MSMaxim Software SystemsJune 6, 2003 03:31 PM UTC
So, I basically have to use the DrawCellFrameAppearance event? I can't just change the border widths to be thicker than the "thick" border weight?
ADAdministrator Syncfusion Team June 6, 2003 04:12 PM UTC
There is no property setting that will allow you to change the widths used for thin, medium or thick, so you would have to either handle this through an event, or modifying our source code.