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.
I have a grid on a UserControl and am trying to set the background color of the area that is unfilled (i.e. no rows).
I tried setting Control.BackColor and it sets the background control of the UserControl that is not occupied by the grid.
GridControl.Backcolor sets the background control of the Grid Rows. However, it still leaves a large Grid area that doesn''t have any rows.
Is there any property to set the backcolor of unfilled area ?
ADAdministrator Syncfusion Team May 10, 2006 02:35 PM UTC
Hi UMahajan,
Could you try this code to set Backcolor of the unfilled area in a Grid.Here is a code snippet.
this.Grid.Properties.BackgroundColor = Color.Red;
Best Regards,
Haneef