Definitely helpful.  Thanks.  I still haven't found my way out of the
woods yet though.  I've discovered that when I slide the bar, an
itemClick event is fired.  

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ben.clinkinbeard
Sent: Friday, March 09, 2007 11:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: checkbox in datagrid with vertical slider bar

 

http://www.returnundefined.com/2006/10/item-renderers-in-datagrids-a-pri
mer-for-predictable-behavior/
<http://www.returnundefined.com/2006/10/item-renderers-in-datagrids-a-pr
imer-for-predictable-behavior/> 
http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers
-with-classfactory/
<http://www.returnundefined.com/2006/11/creating-truly-reusable-renderer
s-with-classfactory/> 

HTH,
Ben

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Lisa Nelson" <[EMAIL PROTECTED]> wrote:
>
> 
> 
> 
> 
> If I check a box in a row other than the top row, and then slide the
> vertical scroll bar down so that the rows go off the top, and then
slide
> it back up so that the rows that went off the top come back, rows that
I
> did not check now show up as checked. Does anyone know if this is a
> Flex bug or is it something I'm doing wrong?
> 
> 
> 
> <mx:DataGridColumn id="applyCol" 
> 
> headerText="&#13;Apply" 
> 
> dataField="apply"
> 
> itemRenderer="mx.controls.CheckBox"
> 
> rendererIsEditor="true"
> 
> textAlign="center"
> 
> editable="true"
> 
> editorDataField="selected"
> 
> width="40"
> 
> />
>

 

Reply via email to