Even if it would be possible, wouldn't it break the model/view seperation? You 
are much 
more restricted to the data then you are using the "common" way to display data.

- What about formating the displayed data. This would be needed to be done by 
the DTO.
- Other orders... without columns not possible.
- displaying complex content... renderer needed and this is something the DTO 
shouldn't 
care about either.

--- In flexcoders@yahoogroups.com, "Cato Paus" <ca...@...> wrote:
>
> 
> Hi Alex is there somway to force the datagird to use the DTO getters and
> setters insted of columns ?
> 
> ex:
> 
> <mx:DataGrid >
> 
> <FileDTO>
> 
> 
> 
> </FileDTO>
> 
> 
> </mx:DataGrid>
>



Reply via email to