[flexcoders] Re: Custom DataGrid with Form for itemeditor (any examples)???

2009-07-13 Thread flexaustin
_ > > 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)??? >

RE: [flexcoders] Re: Custom DataGrid with Form for itemeditor (any examples)???

2009-07-11 Thread Tracy Spratt
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

[flexcoders] Re: Custom DataGrid with Form for itemeditor (any examples)???

2009-07-10 Thread flexaustin
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 flexcoders@yahoogroups.com, niamath basha wrote: > > you mean > when we click on datagrid row display a popup with a

Re: [flexcoders] Re: Custom DataGrid

2007-11-12 Thread Douglas Knudsen
Sometimes this is needed for when data is 'oddly shaped' as I call it or when you want things like fixed columns and scrolling with fixed headers and such. Matt, without some code to see, difficult for anyone to help. I will suggest that you look at using a Repeater over Box components, this is p

[flexcoders] Re: Custom DataGrid

2007-11-12 Thread ben.clinkinbeard
I don't get why you've created 2 grids to begin with- the headers don't scroll with the content and the resizing of columns keeps the headers and content aligned as well. What are you trying to do that DataGrid doesn't do out of the box? Ben --- In flexcoders@yahoogroups.com, "Matt" <[EMAIL PROT

[flexcoders] Re: Custom DataGrid

2007-11-12 Thread Matt
Nobody has a clue on this? Getting desperate here. :o --- In flexcoders@yahoogroups.com, "Matt" <[EMAIL PROTECTED]> wrote: > > Does anyone have a clue why this might be happening? It's got me > completely stumped. :( > > --- In flexcoders@yahoogroups.com, "Matt" wrote: > > > > I am trying to cr

[flexcoders] Re: Custom DataGrid

2007-11-11 Thread Matt
Does anyone have a clue why this might be happening? It's got me completely stumped. :( --- In flexcoders@yahoogroups.com, "Matt" <[EMAIL PROTECTED]> wrote: > > I am trying to create my own version of DataGrid using > Grid/GridRow/GridCell but I've run into a snag: > > > > I created a Box that

[flexcoders] Re: Custom DataGrid Column (flex 2b3)

2006-05-24 Thread rigidcode
Oh I see, I thought that I had to make an itemrenderer for the DataGrid object, I didn't know that DataGridColumn also had an itemrenderer property. Thanks --- In flexcoders@yahoogroups.com, "Joan Tan" <[EMAIL PROTECTED]> wrote: > > If you want a button for one column of a DataGrid, you can

[flexcoders] Re: Custom DataGrid to sort items on an add

2006-02-26 Thread Brendan Meutzner
Dunno man... I load up the page, add an item with a last name that starts with "C" and it gets added correctly (between "Aoe and Doe"). The only funky thing that I see is that when the any column is sorted by "DESC" order, when you add an item, it automatically reverst back to "ASC"... but you'd i

Re: [flexcoders] Re: Custom DataGrid to sort items on an add

2006-02-26 Thread Jaime Bermudez
You sure this worked for you?  I copied over your code and it didn't do anything different...  On 2/26/06, Brendan Meutzner <[EMAIL PROTECTED]> wrote: Jaime,The compare function that the datagrid uses on a headerRelease and thecompare function that is called from the sortItems method are differe

[flexcoders] Re: Custom DataGrid to sort items on an add

2006-02-25 Thread Brendan Meutzner
Jaime, The compare function that the datagrid uses on a headerRelease and the compare function that is called from the sortItems method are different. When called through the sortCompareFunction property in the DataGridColumn it is passing strings as the first two arguments, where as it's passing