On 2/9/06, bhaq1972 <[EMAIL PROTECTED]> wrote:

> a couple of follow up questions;
>
> 1) everything is now alot more strictly typed. then why isn't
> the 'event' parameter strictly typed ?(in the 2nd datagrid example in
> livedocs) eg
>
> <mx:DataGrid cellPress="cellPressEvt(event);">

event is of type DataGridEvent.

> 2) i want dg.focusedCell = {rowIndex:2, columnIndex:2}  no matter
> where the user clicks on the editable datagrid. any ideas?

 I think you'll have to dispatch your own event.


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


Reply via email to