-----Original Message-----
From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of SecretCode

Hi Tom
If you test the value of FixedCols at runtime has it in fact been set to

0? A custom paint alone would not make those cells selectable and
editable.

FixedCols does get set to 0 if ColCount gets set to 0 - or 1. So if you 
are dynamically changing ColCount you need to be careful of this, and 
reset FixedCols afterwards.

Joe
>>>>>>>>>>>>>>
That's evidently is what was happening.  When I added the line:

StrGrDeptItemMstr.FixedCols := 1;

At the end of my routine to load the data, all became well...:-)

Thanks for your insights!

Tom Nesler

Reply via email to