I have had this same problem. I did a search on the Adobe message boards and found a post from an Abode person saying it was a problem, but had been fixed internally in Adobe and would be resolved in an upcoming hotfix. No date was listed for the fix though.
--- In [email protected], "parkerwhirlow" <[EMAIL PROTECTED]> wrote: > > I have seen other posts recently regarding this. Search for 2.0.1 in > recent past, and you'll find some others with this issue. I personally > have not seen it. > > good luck, > PW > > --- In [email protected], "Shelley Browning" > <shelley.browning@> wrote: > > > > Hello, > > > > I've been building an application that utilizes data grids. For some > > reason the fields that are set visible="false" are displaying when the > > data is populated using a data collection and data is updated. This just > > started occurring when I did the updated with Flex Builder. Anyone else > > see this? If so what did you do to correct? > > > > <mx:DataGrid id="gridEmployees" dataProvider="{searchCollection}" > > width="90%" height="100%"> > > <mx:columns> > > <mx:DataGridColumn headerText="Emp No" dataField="EmpNo" > > width="60" /> > > <mx:DataGridColumn headerText="Name" dataField="Name" /> > > <mx:DataGridColumn headerText="Job Title" dataField="JobTitle"/> > > <mx:DataGridColumn headerText="PersonID" dataField="PersonID" > > visible="false"/> > > <mx:DataGridColumn headerText="PersonUUID" dataField="PersonUUID" > > visible="false"/> > > </mx:columns> > > </mx:DataGrid> > > > > Thanks, > > > > Shelley Browning > > Intermountain Healthcare > > >

