[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread bhaq1972
I found a way to make it generic. all i did was implement IDropInListItemRenderer (code below). so now u can have mx:DataGridColumn dataField=any itemRenderer=myCheckBox/ mx:DataGridColumn dataField=name itemRenderer=myCheckBox/ mx:DataGridColumn dataField=you itemRenderer=myCheckBox/

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread Tim Hoff
Absolutely, That sample, at the time, was designed to illustrate itemRenderers. The better way to do it, would be to dispatch custom events. Glad that it got you moving in the right direction; to come up with a better solution. Cool, -TH --- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL

[flexcoders] Re: flex2 final - CheckBox itemrenderer question

2006-07-27 Thread bhaq1972
Tim as always the credit goes to you. i'll have a look at trying it with a custom event as you described. regards bod --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Absolutely, That sample, at the time, was designed to illustrate itemRenderers. The better way to