----- Original Message ----- From: "guillaumeracine" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, October 21, 2008 6:15 PM Subject: [flexcoders] Re: Hide columns from a datagrid
> Hehehe yes but this is the context of my application... > I have to convert an existing catalog of products in flex and > The database is built like this : > > Table : product (this is generic) > -property1 > -property2 > -property3 > > The product X may have property3 but not product Y. > This is why i must do that (hide columns) Sounds a bit like a product comparison table, where you have an X in a column where the product has a particular feature. Depending on how many rows you have, it could be an expensive (processor intensive) operation to do. Paul

