[flexcoders] Re: Create border for inner subgrids within a grid - How?

2008-06-29 Thread Amy
--- In flexcoders@yahoogroups.com, "pbrendanc" <[EMAIL PROTECTED]> wrote: > > Alex, > Thanks - I think that approach will require me to build multiple > subgrids and treat each of these subgrid as a separate griditem - thus > creating additional nesting, rather than 1 large grid. I was hoping for

RE: [flexcoders] Re: Create border for inner subgrids within a grid - How?

2008-06-28 Thread Alex Harui
yahoogroups.com Subject: RE: [flexcoders] Re: Create border for inner subgrids within a grid - How? Subclass GridItem and have the constructor set the borderStyle. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pbrendanc Sent: Saturday,

RE: [flexcoders] Re: Create border for inner subgrids within a grid - How?

2008-06-28 Thread Alex Harui
inner subgrids within a grid - How? Alex, Thanks - I think that approach will require me to build multiple subgrids and treat each of these subgrid as a separate griditem - thus creating additional nesting, rather than 1 large grid. I was hoping for to avoid that - is there any other way to

[flexcoders] Re: Create border for inner subgrids within a grid - How?

2008-06-28 Thread pbrendanc
Alex, Thanks - I think that approach will require me to build multiple subgrids and treat each of these subgrid as a separate griditem - thus creating additional nesting, rather than 1 large grid. I was hoping for to avoid that - is there any other way to accomplish this (I suspect not). Thx agai