Any examples of the fake dataGrid?

TIA, J



--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tr...@...> wrote:
>
> Peter Ent did a renderer for list that does something similar:
> 
> http://weblogs.macromedia.com/pent/archives/flex_2/index.html
> 
>  
> 
> But making such a thing for a dataGrid will be harder.  Do you actually need
> the DataGrid(column resize, move, column sort, etc).  If not, you can fake a
> dataGrid using an item renderer in a list.
> 
>  
> 
> Tracy Spratt,
> 
> Lariat Services, development services available
> 
>   _____  
> 
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of flexaustin
> Sent: Friday, July 10, 2009 9:49 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Custom DataGrid with Form for itemeditor (any
> examples)???
> 
>  
> 
> 
> 
> 
> 
> 
> I would prefer not to use a popup, but rather an inline form in the actual
> datagrid row. Just not sure how I would get the inline form to expand across
> all the columns.
> 
> --- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
> niamath basha <niamathbasha@> wrote:
> >
> > you mean
> > when we click on datagrid row display a popup with a form containing
> details
> > of the selected row
> > and then you can edit, delete the details.
> > 
> > With Regards,
> > Niamath Basha
> > www.niamathbasha.wordpress.com
> > 
> > 
> > 
> > On Thu, Jul 9, 2009 at 10:08 PM, flexaustin <flexaustin@> wrote:
> > 
> > >
> > >
> > > Wondering if anyone has ever seen and example of a custom DataGrid
> > > component where you click a row in the DataGrid to edit it and instead
> of
> > > showing a combobox or textfield as an itemeditor you replace the entire
> row
> > > with a form.
> > >
> > > So any row or columns lines would be removed or the form would be
> > > positioned overtop of the row.
> > >
> > > TIA
> > >
> > > 
> > >
> >
>


Reply via email to