Flex: How to put a object to the datagrid from a file?
- by marko
hallo guys,
First, I have this function:
private var file:File = new File;
public function openBrowse():void{
file.browseForOpen("Objekt auswählen");
}
but how can I put the object to a datagrid?