Column Widths in TDBCRGrid

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ACS2000
Posts: 31
Joined: Thu 18 May 2006 11:10

Column Widths in TDBCRGrid

Post by ACS2000 » Fri 21 Jul 2006 14:41

When using your DBGrid, they often seem to have a mind of their own and choose column widths completely different from those that I entered at design time.

I haven't enabled dgeStretch.

Delphi 7
MyDAC 4.30.1.14
MySQL 4.1

Anything I can do?

Thanks

Alan

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 24 Jul 2006 14:28

> When using your DBGrid, they often seem to have a mind of their own and choose
> column widths completely different from those that I entered at design time.
Unfortunately we no longer support CRDBGrid. If you are registered user of any of our DAC product, you have source code of CRDBGrid. So, you can change it's behaviour as you want.

Post Reply