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 <*> 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/

