I believe you can set up your columns ahead of time, and name them to match
items in your DP, and if you don't include a column for userid, it won't be
displayed, but it will still be part of the row's data that you can
interogate.

-edolecki

On 2/22/06, Oleg Filipchuk <[EMAIL PROTECTED]> wrote:
>
> Hello list,
> I'm populating DataGrid component from DB. And I need to specify what
> columns have to be shown to user. I remember  that there is DataGrid
> column
> wizard, but unfortunately it doesn't work with Flash 8.
> This is the value object:
>
> class vo.User {
> var nickname:String;
> var fullname:String;
> var userid:Number;
> var tel:Number
> var address:String;
> }
>
> I want to show in DataGrid all the data except userid. Is there any simple
> way to od it?
>
> thanks,
> Oleg
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to