[Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
Ok if I create a datagrid and assign a dataprovider, all the datagrid components are fields, but only the first colun is editable -- I've tried doing dg.getColumnAt(2).editable = true both before and after the dataProvider set, but it's always just the first column that remains editable... what

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Monday, May 22, 2006 12:52 PM To: Flashcoders mailing list Subject: [Flashcoders] dataGrid and editable text... Ok if I create a datagrid and assign a dataprovider, all the datagrid components are fields, but only the first colun is editable

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
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. ___

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
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 set

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
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

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
, 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 -- that sets

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
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

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
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