able = false;
submit_btn.enabled = true;
};
// Add listener
mfrAdmin_dg.addEventListener("cellFocusOut", mfrAdmin_dgListener);
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
grimmwerks
Sent: Monday, May 22, 2006 2:06 PM
To:
You know, even if I SET the grid.editable = false, the first column is
ALWAY editable.
I've even flipped cellRenderers as tests -- this thing is driving me bonkers.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the
It seems to be always editable.
menuGrid.dataProvider = pMenu;
// setting editable stuff
menuGrid.editable = true;
menuGrid.getColumnAt(0).editable = false;
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or se
, May 22, 2006 1:42 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] dataGrid and editable text...
Dammit - them beanz ain't cool enough...
hate to be more of a PITA than I already am -- but now I want to make
the first column NOT editable.
So I've set the db.editable = true --
Dammit - them beanz ain't cool enough...
hate to be more of a PITA than I already am -- but now I want to make
the first column NOT editable.
So I've set the db.editable = true -- that sets all them beanz editable.
Then I've dg.getColumnAt(0).editable = false -- and that bean is still
flipping i
Kool Beanz Grimm...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
grimmwerks
Sent: Monday, May 22, 2006 1:27 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] dataGrid and editable text...
AH! Thanks Matthew -- though I didn't se
AH! Thanks Matthew -- though I didn't set the grid.editable to false
-- when I set it to TRUE, then it all worked.
So though the columns themselves are set to true, if the grid wasn't
set to true, it canceled it all out...
Thanks again.
___
Flashcoders
As long as the grid itself and the columns within are set to editable,
the grid through the IDE or programmatically and the columns
programmatically, you should not have any problems accessing a field
within...I'd have to look at the code...
-Original Message-
From: [EMAIL PROTECTED]
[m
8 matches
Mail list logo