GDBG - Col sizes

Hi, What is the correct way to specify columns widths in a GDBG? Model.ColWidths? If it is that, what could cause it not to work properly?

1 Reply

AD Administrator Syncfusion Team August 8, 2005 07:38 PM UTC

Model.ColWidths is how you set these values. If you are doing this at startup, then you should also set grid.AllowResizeToFit = false. Otherwise, the grid''s default autosizing will step on your colwidths.

Loader.
Up arrow icon