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