[flexcoders] Re: DataGrid HeaderRenderer and DataProvider

2006-10-16 Thread jlentz2112
Thanks. That clears up a bunch. Now to see what I can do ... jelentz --- In flexcoders@yahoogroups.com, Aaron West <[EMAIL PROTECTED]> wrote: > > No problem jelentz, check out the link I've provided below. While you > are looking to dynamically set the dataProvider of a DataGrid the > content

Re: [flexcoders] Re: DataGrid HeaderRenderer and DataProvider

2006-10-15 Thread Harish Sivaramakrishnan
Creating varying number of datagrid columns is fairly straightforward. Datagrid will by itself draw the columns if you do  not specify the in your code. The columns will be created according to the properties that each dataProvider object contains. For displaying an icon on the header, you will

[flexcoders] Re: DataGrid HeaderRenderer and DataProvider

2006-10-15 Thread Aaron West
No problem jelentz, check out the link I've provided below. While you are looking to dynamically set the dataProvider of a DataGrid the content of the article discusses a ComboBox. The takeaway from the article is how to create your own custom DataGrid class (by extending DataGrid) and then writi

[flexcoders] Re: DataGrid HeaderRenderer and DataProvider

2006-10-14 Thread jlentz2112
Thanks for the reply, but unfortunately I don't follow all of it. I'm new to Flex, so could you please explain more? I get the AS3 extending DataGrid. How can you dynamically set the dataProvider to pass in info to the headerRenderer? A small snippet of code would be greatly appreciated. Thank