[flexcoders] Re: How do you suppress repeating values in DataGrid columns?

2007-03-22 Thread Michael Levine
com, "Adam Royle" <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > Haven't tried your code, but wondering if sorting the datagrid by clicking the headers gives you inaccurate results? > > Or are you resetting the dataProvider on every sort? > > Cheers, >

[flexcoders] Re: How do you suppress repeating values in DataGrid columns?

2007-03-21 Thread Michael Levine
Thank you, everyone! I ended up solving the problem with the following code: /* XML from HTTPService looks like this: ... XMLListCollection is set as dataProvider for the DataGrid. */ var books:XMLListCollection = new XMLListCollection(XMLList(event.res