vote up 1 vote down star

I am trying to extend the DataGrid to allow headers for different groups of rows. However, I cannot figure out which method to extend from DataGrid that would allow me to accomplish this.

I do not want the headers to be included in the dataProvider, only the rows. I want to specify indexes to insert the headers at using a property of the custom datagrid.

Here is a quick photoshop showing what I am trying to do: Example

Is there any custom component already built that will do this?

If not, does anyone know how I would go about doing this?

Thanks,

Matt

flag

71% accept rate

2 Answers

vote up 1 vote down

You might want to check out this component: http://code.google.com/p/flex-spreadsheet/

link|flag
vote up 1 vote down

Another solution that I just found to this type of problem is the following

here is the demo:
http://blogs.adobe.com/aharui/SplitColumns/dg.swf

here is the discussion:
http://blogs.adobe.com/aharui/2007/03/thinking%5Fabout%5Fitem%5Frenderers%5F1.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.