[flexcoders] Re: a checkbox in mx:DataGrid

2008-01-14 Thread dominique.bessette
http://www.returnundefined.com/2006/10/item-renderers-in-datagrids-a- primer-for-predictable-behavior/ --- In flexcoders@yahoogroups.com, coder3 [EMAIL PROTECTED] wrote: Hi All, i am using mx:DataGrid to display a list of results. but i would like to add a checkbox in front of each item

[flexcoders] Re: a checkbox in mx:DataGrid

2008-01-11 Thread nasawebguy
This should help point you in the right direction... Don mx:DataGridColumn textAlign=center headerText=Cmplt width=45 editorDataField=selected rendererIsEditor=true dataField=completed mx:itemRenderer

[flexcoders] Re: a checkbox in mx:DataGrid

2008-01-11 Thread ben.clinkinbeard
This has been discussed at length on this list and the internet. Do a search here and/or on Google. Ben --- In flexcoders@yahoogroups.com, coder3 [EMAIL PROTECTED] wrote: Hi All, i am using mx:DataGrid to display a list of results. but i would like to add a checkbox in front of each