known bug, DataGrid didn't propagate doubleClickEanbeld to it's children.
should be fixed in beta3.

On 4/7/06, Jeremy Rottman <[EMAIL PROTECTED]> wrote:
I have a dg that I am using to display semi-detailed search results.
In FB2B1 I used doubleclick to change the state of the search to edit.
Now that I have updated to FB2B2 my doubleClick event no longer works.
Anyone have an idea what the changed or how I can fix this.

Here is my code.

                                                <mx:DataGrid x="6" id="ListDG" y="71"
doubleClick="DisplayListModdisplayDetailListQry(ListDG.selectedItem.FLD_FILENUM);

DocDisplayModdisplayDocsListQry(ListDG.selectedItem.FLD_FILENUM)"
width="100%"  height="80%">
                                                        <mx:DataGridItemRenderer
xmlns:mx="http://www.adobe.com/2006/mxml " xmlns="*"
doubleClickEnabled="true"/>

                                                        <mx:columns>
                                                                <mx:DataGridColumn headerText="File Number"
dataField="FLD_FILENUM"/>
                                                                <mx:DataGridColumn headerText="Address" dataField="FLD_PROPNUM"/>
                                                                <mx:DataGridColumn headerText="List Price"
dataField="FLD_FILENUM"/>
                                                                <mx:DataGridColumn headerText="MLS Number"
dataField="FLD_FILENUM"/>
                                                                <mx:DataGridColumn headerText="Agent Name"
dataField="FLD_FILENUM"/>
                                                                <mx:DataGridColumn headerText="Status" dataField="FLD_FILENUM"/>
                                                        </mx:columns>
                                                </mx:DataGrid>





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






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




Reply via email to