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 February 22, 2003 11:41 PM UTC
There s currently no way to change the column/row headers size in the designer for a GridDataBoundGrid.
For a GridControl, you can do this at design time. Click the Toggle Interactive Mode to take the grid out of Global Mode. Then you can use the mose to size the headers.
ADAdministrator Syncfusion Team February 22, 2003 11:42 PM UTC
That last line should have read:
Then you can use the mouse to size the headers.
PEPeterMarch 2, 2003 02:37 AM UTC
I can only hide either the column headers or row headers that way is there any way to hide both?
ADAdministrator Syncfusion Team March 2, 2003 10:57 PM UTC
Add the InsideGrid flag to the ResizeColsBehavior property. This allows you to resize the cols from any inside the grid, instead of only on the headers. Then Hide the columns first, then you will still be able to hide the row headers.