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.
Hi,
I am using GridControl to display data. I am unable to prevent autosizing the columns and rows.
I am using 3.201.1.520 DLLs.
I tried AllowTextBoxAutoSize = false, still changes.
Any ideas will help.
Robert
ADAdministrator Syncfusion Team July 26, 2005 10:16 PM UTC
If you do not set style.AutoSize = true, then the cell should not resize as your user types into the cell.
Have you tried setting style.AutoSize = false?
Am I missing what you are trying to do? Ho do I see the problem you are having on one of our samples?