retriving row of grid
- by madhu
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