Re: [flexcoders] DataGrid HeaderRenderer and DataProvider

2006-10-14 Thread Aaron West
jelentz, Based on my limited experience I would suggest creating a custom AS3 class that extends DataGrid. You can then dynamically set the dataProvider, loop through whatever part of the data provider you need, and based on the values therein create the number of data grid columns you need. |

[flexcoders] DataGrid HeaderRenderer and DataProvider

2006-10-13 Thread jlentz2112
Hi, I've got an app where I need a DataGrid that will have a varying number of columns based on the value from a database query. I also need to be able to have each column header display a couple of images and the text provided by the database query. Is there a way to use a dataprovider to