Might be a known bug. Any chance you can provide a sample file for us to test against?
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Tuesday, February 28, 2006 3:49 PM To: [email protected] Subject: [flexcoders] Re: Exception using checkbox as cellEditor in DataGrid (2.0b1) As usual, forgot to mention - Flex2 Beta1 Thunder --- In [email protected], "thunderstumpgesatwork" <[EMAIL PROTECTED]> wrote: > > Hi all, I have set up a "selected" column in a datagrid and am using a > checkbox as the cell editor. Clicking around on different rows of the > datagrid produced this error: > > ReferenceError: Error #1069: Property text not found on > mx.controls.CheckBox and there is no default value > at > mx.controls::DataGrid/mx.controls:DataGrid::cellEditorCellEndEditHandler ()[C:\dev\beta1\sdk\frameworks\mx\controls\DataGrid.as:4311] > at flash.events::EventDispatcher/dispatchEvent() > at > mx.controls::DataGrid/endEdit()[C:\dev\beta1\sdk\frameworks\mx\controls\ DataGrid.as:3089] > at > mx.controls::DataGrid/mouseDownHandler()[C:\dev\beta1\sdk\frameworks\mx\ controls\DataGrid.as:3618] > > The column definition is as such: > <mx:DataGridColumn width="15" id="MergeItemSel" headerText=" " > cellRenderer="mx.controls.CheckBox" editable="true" > isCellEditor="true" columnName="selected" /> > > Any ideas? Is this a known bug? > > thanks, > Thunder > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

