retriving row of grid

Posted by madhu on Stack Overflow See other posts from Stack Overflow or by madhu
Published on 2010-05-12T05:40:16Z Indexed on 2010/05/12 5:44 UTC
Read the original article Hit count: 205

Filed under:

i have data grid to which data is getting from database.after getting the data i hvve to show entire row information in an alert box.can any one help me thanks in advance. my function code is

private function fetch(event:Event):void { var selectedRow:Object = event.currentTarget.selectedItem; Alert.show(""+selectedRow.Details); } iam calling this method on click event of grid

© Stack Overflow or respective owner

Related posts about datagrid