I just figured out the header issue on Friday and then come in on Monday and your solution was waiting. I ended up trying the sorExpertMode out of desparation (who would've guessed that the expert mode would remove the extra indicator).
Thanks again Martin, Mike On Sat, May 3, 2008 at 4:27 AM, martinruiz87 <[EMAIL PROTECTED]> wrote: > Haha it seems that we are doing the same kind of grid. I had the same > issues in my project. > > To solve the default sorting style problem you have to set the > sortExpertMode of the AdvancedDataGrid to true. > Next step is to set the sortFunction to a custom function and the > sortable of each one of the AdvancedDataGridColumns to true or false. > > Another thing that i had to fix was that when dragging a column you > can not froze one column, because when you are working with hierarchy, > you could want the first column to be only in that place, and the > other draggable between each other. This was resolved extending the > datagrid and overriding the isDraggableColumn method. > > If you have more problems with the AdvancedDataGrid let me know and I > will try to help. > > Regards, > Martin > > > --- In [email protected] <flexcomponents%40yahoogroups.com>, > "Mike DeSaro" <[EMAIL PROTECTED]> wrote: > > > > Thanks for the link Martin. I don't know how I missed that one. It > seems > > to be exactly what I was looking for. Just in case anyone else > tries to use > > one of these with data from a server you cant just drop the received > data > > into a [Bindable] variable. You need to set the source to new > > HierarchicalData() to get the grid to display. > > > > I did have one issue with the AdvancedDataGrid: is there anyway to > remove > > the fancy multicolumn sort indicator and just display the old fashioned > > DataGrid header? > > > > Thanks, > > Mike > > > > On Sun, Apr 27, 2008 at 2:19 PM, martinruiz87 <[EMAIL PROTECTED]> > > wrote: > > > > > I was searching for the same kind of grid one week ago. > > > > > > > http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html > > > > > > Go to "Using an item renderer that spans an entire row". > > > The solution is using <mx:rendererProviders> > > > > > > Hope this helps. > > > Martin > > > > > > --- In [email protected]<flexcomponents%40yahoogroups.com> > <flexcomponents%40yahoogroups.com>, > > > "uprise78" <mdesaro@> wrote: > > > > > > > > Has anyone made a datagrid with expanding rows? I'm looking to make > > > > something similar to this: > > > > > > > > > > > > > > > > http://www.darronschall.com/downloads/AdvancedDataGrid/AdvancedDataGrid.html > > > > > > > > I basically need a way to expand a row and have a custom component > > > > show up under the data spanning all the columns in the grid. I've > > > > experimented with making an itemRenderer on the last column of my > > > > DataGrid and drawing using negative coordinates overriding > > > > updateDisplayList. If anyone can point me in the right direction on > > > > this it would be greatly appreciated. > > > > > > > > > > > > > > > > > >
