unable to prevent autosizing on GridControl

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

1 Reply

AD Administrator 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?

Loader.
Up arrow icon