I don't have a perfect solution yet, but the DataGrid is getting clipped by the Application container, which extends Box. You can set a width="700" on your Positions.mxml Application container and you will see the whole DataGrid. However, this may not be perfect since you might want a percentage value there. I think that I read something one that Loaded apps default to around 400 wide. I will try to get see if I can get a non-hardcoded width working.
BTW: Is there a reason you are using Loader instead of just doing this: <mx:TabNavigator id="tn" width="100%" height="100%"> <Positions label="Positions" width="100%" height="100%" marginTop="8" marginLeft="8"/> -James > > > I will pay $20 to the first person who can solve this problem !! > > Please look at this code: > http://www.geocities.com/sanjayd.rm/freelance/positionsRepoRates.zip > > when you bring up the application using via 'Main.mxml', > the grid in the 'Positions.mxml' app does not show all the columns ! > The last column is clipped..any idea why ? > Thanks in advance. Sanjay. > > I will pay $20 to the first person who can solve this problem !! > > > > > > > Yahoo! Groups Links > > > > > > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

