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.
ADAdministrator Syncfusion Team August 23, 2004 02:21 PM UTC
There is no grid property that controls this.
You might try this. You could add a panel to your form and drop the grid with grid.Dock = fill into the panel. Then set panel1.DockPadding.All = 1; and set the this.panel1.BackColor to the color you want to see. Also set the BorderStyle on both the grid and panel to none.