DataGrid Scrollbar issue

I have a DataGrid inside a container with wordwrap turned on.
Some fields have a good chunk of data so they are allowed to
wrap. I have also set variableRowHeight to true (though it doesn't
affect the behavior below).
Once populated the Datagrid will not show the scrollbar when
it overflows the container area. Rather the container scrollbars
are turned on (both horizontal & vertical).
When I have WordWrap turned off, the overflow will trigger
the scrollbar for the Datagrid itself, not the container.
I am not sure what am I missing when I turn the wordwrap on
Appreciate any help/tip.
Thanks.

Setting minWidth on the column with wrapping data fixed the
sxroll issue.
Now the scrollbars are appearing with the Datagrid.

Similar Messages

  • [svn:fx-4.x] 14289: Fix DataGrid mirroring issues when layoutDirection="rtl " and direction="rtl":

    Revision: 14289
    Revision: 14289
    Author:   [email protected]
    Date:     2010-02-19 13:08:54 -0800 (Fri, 19 Feb 2010)
    Log Message:
    Fix DataGrid mirroring issues when layoutDirection="rtl" and direction="rtl":
    - headers get messed up when resizing, moving or sorting a column because the transform matrix in UIFTETextField wasn?\226?\128?\153t always updated when width was changed
    - when moving a column, the headerSelection sprite was moving in the wrong direction
    - when dragging a row, the drag image was backwards and the x offset between the image and the mouse pointer was wrong
    QE notes:
    Doc notes: None
    Bugs: SDK-25424, SDK-25426, SDK-25440, SDK-25442, SDK-25452, SDK-25460, SDK-25462, SDK-25464
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25424
        http://bugs.adobe.com/jira/browse/SDK-25426
        http://bugs.adobe.com/jira/browse/SDK-25440
        http://bugs.adobe.com/jira/browse/SDK-25442
        http://bugs.adobe.com/jira/browse/SDK-25452
        http://bugs.adobe.com/jira/browse/SDK-25460
        http://bugs.adobe.com/jira/browse/SDK-25462
        http://bugs.adobe.com/jira/browse/SDK-25464
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataG ridDragProxy.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataG ridHeader.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/mx/core/UIFTETextField.as

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Ie scrollbar issue

    my internet explorer (mac) gives me unwanted scrollbars on my
    flash movie.
    i read this:
    http://blog.deconcept.com/2005/01/
    and tried the script at the end. basically in the style tag...
    html, body, div {
    height: 100%;
    overflow: hidden;
    this solves the scrollbar issue but my movie doesnt show up,
    screen is just black! (my background colour). it's fine in
    safari/firefox
    is there a better way of removing the scrollbars???
    cheers in advance.

    Hi,
    remove the overflow rules from the html element. The should be only applied to the document.body.
    these are the interoperative idioms to calculate the width and height of a viewport in a framed window.
    function getAvailHeight(){
    if(document.body && document.body.offsetHeight){return document.body.offsetHeight;}
    if(window.innerHeight){return window.innerHeight;}
    if(document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetHeight){return document.documentElement.offsetHeight;}
    function getAvailWidth(){
    if(document.body && document.body.offsetWidth){return document.body.offsetWidth;}
    if(window.innerWidth){return window.innerWidth;}
    if(document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth){return document.documentElement.offsetWidth;}
    Regards.
    to avoid confusion please include a link to your website or mashup with your questions.
    Rob^_^

  • Datagrid scrollbar

    Hi there.
    I've got a prolem. I have skinned scrollbar, and it works
    pretty well on TextArea etc
    The only issue I've discovered is that some lists (ex.
    DataGrid) will not redraw correctly according to the scrollbar
    width until the first time the user interacts with them. The width
    of it is way too big, background is white (while i have grey), and
    it collides with DataGrid header.
    Does anybody know any solution for this problem?

    Found a solution...
    Set up columnWidth property to 0, and (if you're using CSS)
    DataGridBase colors to the same as for the DataGrid.
    Works fine for me.

  • Problem with panelbox and af:table scrollbar issue and panelstretchlayout

    Hi,
    <af:panelStretchLayout >
    <f:facet name="center">
    <af:panelSplitter orientation="vertical" positionedFromEnd="true" inlineStyle="vertical-align:inherit;">
    <f:facet name="first">
    <af:subform default="false" id="xyz">
    <af:panelBox background="light" text="Advance Search" inlineStyle="color:InactiveCaption;" type="default">
    <af:panelGroupLayout layout="scroll">
    <af:commandButton text="Search" id="advSearch" actionListener="#{ADFStandardsLeftMenu.getAdvancedSearchData}"/>
    <af:spacer width="20"/>
    <af:commandLink text="Search Tips" id="searchtips2" inlineStyle="font-weight:bold;" partialSubmit="true" clientComponent="true">
    <af:showPopupBehavior triggerType="click" align="afterEnd" popupId="advSearchPopupId"/>
    </af:commandLink>
    </af:panelGroupLayout>
    </af:panelBox>
    </af:subform>
    </f:facet>
    <f:facet name="second">
    <af:panelBox background="light" text="Basic Search" inlineStyle="color:InactiveCaption;" type="default">
    <af:spacer height="20"/>
    <af:panelGroupLayout layout="scroll" >
    --- some inputtext command buttion, dropdowns...selectonechoice..are there inside this
    </af:panelGroupLayout>
    </af:panelBox>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelStretchLayout>
    problem:
    (we have 2 panels) of vertical
    when i run this application it is working fine. But when we minimise the browser(half size) or if we add more no of toolbars in browser (important) obviously browser size will decrease,
    that time 1 panel getting decreased second panel is maintaing fixed size, not resizing.
    I tried to give fixed size (percentage) for both panels wt ever the operation does.
    and 2nd issue
    ========
    <af:panelStretchLayout>
    <f:facet name="center">
    <af:panelSplitter orientation="vertical"
    positionedFromEnd="true" >
    <af:panelBox background="light" text="Search For Standards" inlineStyle="color:InactiveCaption;vertical-align:50%;" >
    <af:table value="#{ADFStandardsLeftMenu.mostCommonAgencySelectedList}"
    id="t1" width="100%" var="stdURL"
    emptyText="<html><b><font color='red'><center>No Records Found</center></font></center></b></html>"
    disableColumnReordering="true"
    columnSelection="multiple"
    rowSelection="multiple"
    inlineStyle="text-align:left;"
    verticalGridVisible="true"
    horizontalGridVisible="true">
    <af:column>
    </af:column>
    ---- we have more 8-10 columns
    </af:table>
    </af:panelbox>
    </af:panelsplitter>
    </f:facet>
    </af:panelstretchlayout>
    problem: that time im getting by default horizontal and vertical scrollbar, but if user add toolbars in browser (view->customize)add toolbar no of say 10-15 that time window size decreasing
    so, table size is crossing panelbox size, and bottom scrollbar is not visible (hiding under site bottom layout say site is divided into 4 parts (leftmenu, body(2 panels), right, bottom) (im not using any right layout)
    regards,
    sandeep

    Hi,
    if minimises browser window(half) or by adding more no of toolbars, i given an option as panelgrouplayout layout=scroll.
    it is working fine for 1st panel.
    but 2nd panel scrollbar not coming.
    thanks in adv.
    regards,
    sandeep

  • CS6 ScriptUI Scrollbar issues

    We're working on building a palette with a scrollbar. However, we're running into an issue with the display in CS6. We've gotten it to display correctly on Windows and Macs in previous versions of Bridge, but CS6 seems to have a bug even after the most recent update (version 5.0.1.21).
    The scroll bar appears as below.
    When we changed the dimensions of the scrollbar, we found that not only was the scrollbar distorted but it's actually oriented horizontally to control the vertical position.
    We've tried nesting the scrollbar in a group or giving it a separate panel, as well as giving those panels and groups a specific column orientation, but nearly all of those results give us something like the following:
    The following code was our last iteration that gives the above output:
    #target bridge
    if (BridgeTalk.appName == 'bridge')
        // dimension and font variables
       var fF = ['fill', 'fill'];
       var fT = ['fill', 'top'];
       var lblSize = [60, 15];
       var lblBounds = [5, 10, 60, 27];
       var etFont = ScriptUI.newFont ("Arial", 11);
       var etBounds = [10, 10, 200, 27];
        // Create the TabbedPalette object, of type "script"
        var tbPalette = new TabbedPalette( app.document, "CSU Metadata", "CSU_Metadata", "script", "right", "bottom");
        // Create a ScriptUI panel to be displayed as the tab contents.
        var panel = tbPalette.content.add('panel', "x:0, y:0, width:300, height:500", "");
        var tbPanelSbGrp = tbPalette.content.add('panel', "x:302, y:0, width:200, height:500", 0, 0, 20, 500);
        tbPanelSbGrp.orientation = 'column';
        var tbPanelSb = panel.add('scrollbar', "x:302, y:0, width:40, height:500");
        tbPanelSb.stepdelta = 10;
        tbPanelSb.jumpdelta = 40;
        tbPanelSb.onChanging = function() {
         var scrollVal = Math.round(this.value);
        this.value = scrollVal
    Has anyone found a work around for this problem? I've seen the same problem mentioned elsewhere but without a solution:
    http://www.ps-scripts.com/bb/viewtopic.php?f=9&t=4915
    http://feedback.photoshop.com/photoshop_family/topics/extendscript_ui_not_drawing_correctl y_in_bridge?from_gsfn=true

    I have given up on this.  More than a year has passed and the Bridge ScriptUI is still non-functional.  I am looking for another solution for my workflow so I can ditch Bridge/Photoshop and find a vendor that supports their products.

  • DataGrid scrollbar on left side.

    I know I have seen a topic about this somewhere but this
    forum has such a bad searchfunction that I cant find the answer...
    I have 2 DataGrids, 1 must have the vertical scrollbar on the
    right side (normal), and 1 must have the vertical scrollbar on the
    left side (not normal).
    I have tried everything I could think of. Help files didn't
    help, tutorials didn't help, looking through the UIScrollbar and
    DataGrid class files didn't help either.
    I'm stuck...
    If anyone knows how to do this, please share.
    p.s. the tricks that people use to get the scrollbar to the
    left in a "scrollpane" component do NOT work for
    DataGrids...

    Also tried:
    _root.myDG.vScroller._x = 0;
    _root.myDG.setHPosition(-15);
    didn't work... I also tried adding this:
    myDG.vScrollPolicy = "off"; (this removes the vertical
    scrollbar)
    and then adding an additional UIScrollbar component into the
    DataGrid... but even after configuring it correctly it will not
    interact with the DataGrid (perhaps it only works for textfields).
    Anyone?!?

  • Datagrid itemrenderer issue

    I have created a datagrid which has suppose 4 columns out of which 1 has an option of setting as favorite just like we have in our every mail servers (gmail, yahoo, outlook, etc). I have used a linkbutton as an item renderer and its toggle property as true. so wenever i click on it its getting selected and i have used skin for selected and normal state which is a star.
    The problem is that when data length exceeds and scrollbar comes in datagrid and whenever i scroll down and up the stars which are not selected are getting selected or in some scenarios the whole column stars get selected.
    How to get rid of this problem ?

    Can I see the itemrenderer code.  I'm assuming that you aren't clearing the values from previous objects in you
    override protected function set data( value:Object ):void call.
    Sincerely ,
      Ubu/

  • Scrollbar issues in a Datalist

    I have a created a datalist with a horizontal scrollbar and associated left/right buttons. When I created the scrollbar I am making the thumb and track invisible so that only the left/right buttons are visible for navigation through the datalist. I don't think this matters for the issue I am experiencing though I thought I would mention it. When I run the project and click on the left/right buttons, the images/text I have placed in the datalist move a few pixels upon the first click, and then fully move to the proper position on the second click. I'm not sure why it would do this. I want the images/text to move to the proper position upon the first click of the left/right buttons. Right now it takes two clicks of the button to advance through the datalist. Any thoughts? Thanks in advance.
    Ryder

    Any information from folks who have experience with this would be great. Thanks

  • How to avoid doubleclick event on a datagrid scrollbars?

    Hello.
    I've a datagrid.
    I need a doubleclick event cliccking on a data grid row.
    I've enabled the doubleclick event. It works fine, when the user doubleclicks on a row, an event happens! In my case I open a modal window. Great!
    Now the problem:
    The problem arises when the user clicks in a short time on a data grid scroll bar (both horizontal or vertical). In this case a double click event is dispatched.
    But his intenton is just to scroll the grid, no more.
    Please, notice that the dobule click on a scrollbar is a well-known action that can be performed in all the applications and operating systems.
    I neet the "double click" event just on a data grid rows and not on its scrollbars. Cliccking twice or more on the scrollbar I just want to scroll the grid. How can avoid to dispatch an event?
    Thank you
    Pbesi

    I was returning today to add something about custom item renderers but you beat me to it, Pbesi.   I have a custom gridItemRenderer which I now have to check for just as you demonstrated above.  What I don't understand is why I can't just do this:
    if( event.target is IGridItemRenderer )  //Should be true for both default and custom
    My custom renderer implements the IGridItemRenderer interface, but when I double click one in the grid, the event.target is not myCustomGridItemRenderer, it is GridLayer.  So what I have to do is this:
    if( (event.target is IGridItemRenderer) || (event.target is GridLayer) )
    I presume this would work for all custom gridItemRenderers, but I only have one, so I haven't tested this.  Any idea why GridLayer is the type of the event target?  My custom renderer is very simple.  It just renders Booleans as "Yes/No" rather than "True/False"
    <s:GridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx"
          clipAndEnableScrolling="true"
          implements="spark.components.gridClasses.IGridItemRenderer">
          <fx:Script>
               <![CDATA[
                    override public function prepare(hasBeenRecycled:Boolean):void {
                         lblData.text = (data[column.dataField] == true) ? "Yes" : "No" ;
                                  ]]>
         </fx:Script>
          <s:Label id="lblData" top="9" left="7"/>
    </s:GridItemRenderer>

  • DataGrid SCrollbar Header

    Hello all,
    I am trying to get an image or a button in my datagrid's
    scrollbar's header. I have done many google searches but have not
    found anything. Does anyone have a solution or maybe help me get
    started in the right direction? Thanks!
    BTW, Flex Builder 2.0.

    Thank you Peter and Alex for the replies.
    Setting the baseColor in the stylesheet worked (I was trying everything else but). 
    It would be nice to have greater control over the track and trackbar colors when using the Spark theme, my datagrid header background is dark with a fontcolor of white and a symbolcolor of white, so trying to match a dark scrollbar basecolor the trackbar is almost lost in a dark track.
    Thanks,
    John

  • Wildly flickering pagesize with Scrollbar issues during Live View CS5.5

    DWCS5.5 keeps crashing on the system I am using on Windows 7 ultimate. The menu at the bottom of the preview pane (in split view) that allows you to select your page size keeps jumping back and forth rapidly and the scrollbar keeps "wiggling" like it can't make up it's mind. It completely locks up DW and I am forced to restart the app. It's happened about 10 times today alone, so I figure there is something wrong. Has anyone else had this problem? I will try to figure out the exact steps it takes to reproduce it, but I think it has something to do with resizing the preview pane manually.
    Before I spend too much time trying to resolve the issue, I figured I would ask. Meanwhile, I'll see what I can find out. Any help would be greatly appreciated.
    Jase

    DWCS5.5 keeps crashing on the system I am using on Windows 7 ultimate. The menu at the bottom of the preview pane (in split view) that allows you to select your page size keeps jumping back and forth rapidly and the scrollbar keeps "wiggling" like it can't make up it's mind. It completely locks up DW and I am forced to restart the app. It's happened about 10 times today alone, so I figure there is something wrong. Has anyone else had this problem? I will try to figure out the exact steps it takes to reproduce it, but I think it has something to do with resizing the preview pane manually.
    Before I spend too much time trying to resolve the issue, I figured I would ask. Meanwhile, I'll see what I can find out. Any help would be greatly appreciated.
    Jase

  • Advanced DataGrid Performance Issue

    Hi,
    I used advanced data grid which have more than 40 rows and  more than 25 columnand this rows minght be more according to project size .
    And in this i used separated Renderer for each cell , header and rowColumn (i.e.first column)
    My issue with performance of system. Because of this grid my screen draw is take time about 8/9 second that is not happen with low data or less row count..
    How can i up performance of this advnced data grid ?
    It's really urgent for me because now my project is in tuff situation.
    Please if any one knows how can i resolve this issue and any idea about speed up advanced datagrid then please tell me.
    Thanks,
    Mohit.

    Use the performance profiler.  See past discussion on renderer optimization.

  • Reg:- Scrollbar issue in Portal Page

    Hi All,
    I am facing the following issue with Vertical scrollbar:
    I am trying to access a quick link at the left hand side of the page. The content of the quick link should appear at the right, with the vertical scrollbar starting from the top right corner. But, it is not happening so. The scrollbar always stays at exactly the same position as it was before accessing the quick link.
    How do I make sure that the scrollbar always begins from the start of the page, each time the page is refreshed?
    Thanks & Regards,
    Pavithra

    Pavithra
    Please check if u have embedded iView inside the page, if fou have any just change the appearance Size setting to Automatic.
    The two scroll bars you are getting is sure one is coming out of the embedded iView.
    Hope this will help you..
    Cheers
    Chinmaya
    (Reward for helpful answers)

  • Datagrid scrollToIndex issue

    Hi All,
    I have a tab navigator with 3 canvas, in each canvas I have a datagrid displaying the same record id's with some different data. If i click in one of the datagrid row I am selecting the same index row in the other two datagrids.
    My issue is when I select a row using high number with scroll. To show the same row in the other two datagrids I am using scrollToIndex but the it is not working until I select the datagrid first, after that it works fine.
    I try using validateNow() like this example but no luck:
    http://www.anujgakhar.com/2007/12/28/flex-how-to-pre-select-an-item-in-datagrid/
    Any ideas?
    Thanks
    JFB

    Hi Alex,
    I did create a test with structure of my app and it works fine after setting creationPolicy all in the tab navigator.
    I try the same in my main app and it is not working , I try setting creationPolicy in all tab navigators and no luck, still the same, it works after selecting the other datagrids.
    How can I debug this issue?
    Thanks for you reply and help.
    JFB
    Here is my test code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.events.ListEvent;
                [Bindable] private var acSample2:ArrayCollection = new ArrayCollection;
                private var TotalTYCOM:Number = 0;
                [Bindable] private var acSample:ArrayCollection = new ArrayCollection([
                    {Fname: "Kranthi", Lname:"Kata", dob:"21/10/1972", Amount:10000, Rate:0},
                    {Fname: "Vasanth", Lname:"Lola", dob:"12/01/1980", Amount:5000, Rate:0},
                    {Fname: "Sample1", Lname:"Lola", dob:"12/01/1982", Amount:10000, Rate:0},
                    {Fname: "Basanth", Lname:"Viola", dob:"5/01/1980", Amount:5000, Rate:0},
                    {Fname: "Sample2", Lname:"Viola", dob:"2/06/1985", Amount:10000, Rate:0},
                    {Fname: "Manoj", Lname:"Pati", dob:"16/09/1978", Amount:5000, Rate:0},
                    {Fname: "John McClain", Lname:"Mela", dob:"15/01/1974", Amount:10000, Rate:0},
                private function setADGRow(event:ListEvent):void{
                    var rowIndex:Number = event.rowIndex;
                    total_dg.selectedIndex = rowIndex;
                    first_dg.selectedIndex = rowIndex;
                    second_dg.selectedIndex = rowIndex;
                    total_dg.validateNow();
                    first_dg.validateNow();
                    second_dg.validateNow();
                    total_dg.scrollToIndex(rowIndex);
                    first_dg.scrollToIndex(rowIndex);
                    second_dg.scrollToIndex(rowIndex);
            ]]>
        </mx:Script>
        <mx:TitleWindow width="100%" height="100%" layout="absolute" title="Summary" horizontalScrollPolicy="off" verticalScrollPolicy="off" >
            <mx:TabNavigator id="firstLevel" width="100%" height="100%">
                <mx:Canvas id="one" label="ONE" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" >
                </mx:Canvas>
                <mx:Canvas id="two" label="TWO" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" >
                </mx:Canvas>
                <mx:Canvas id="three" label="THREE" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" >
                    <mx:TabNavigator width="100%" height="100%">
                        <mx:Canvas id="AA_ONE" label="FIST" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                            <mx:TabNavigator id="firstTabNav" width="100%" height="100%" creationPolicy="all" >
                                <mx:Canvas label="Totals" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                </mx:Canvas>
                                <mx:Canvas label="First" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                </mx:Canvas>
                                <mx:Canvas label="Second" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                </mx:Canvas>
                            </mx:TabNavigator>
                        </mx:Canvas>
                        <mx:Canvas id="AA_TWO" label="SECOND" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                            <mx:TabNavigator id="secondTabNav" width="100%" height="100%" creationPolicy="all" >
                                <mx:Canvas label="Totals" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                    <mx:AdvancedDataGrid id="total_dg" dataProvider="{acSample}" x="10" y="10" width="890" height="150" editable="false" itemClick="setADGRow(event)"
                                                         sortableColumns="false" headerHeight="40" lockedColumnCount="1" >
                                        <mx:columns>
                                            <mx:AdvancedDataGridColumn headerText="FIRST NAME" dataField="Fname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="LAST NAME" dataField="Lname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="DOB" dataField="dob" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="TOTAL" dataField="Amount" width="100" textAlign="right" />
                                        </mx:columns>
                                    </mx:AdvancedDataGrid>
                                </mx:Canvas>
                                <mx:Canvas label="First" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                    <mx:AdvancedDataGrid id="first_dg" dataProvider="{acSample}" x="10" y="10" width="890" height="150" editable="false" itemClick="setADGRow(event)"
                                                         sortableColumns="false" headerHeight="40" lockedColumnCount="1" >
                                        <mx:columns>
                                            <mx:AdvancedDataGridColumn headerText="FIRST NAME" dataField="Fname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="LAST NAME" dataField="Lname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="DOB" dataField="dob" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="TOTAL" dataField="Amount" width="100" textAlign="right" />
                                        </mx:columns>
                                    </mx:AdvancedDataGrid>
                                </mx:Canvas>
                                <mx:Canvas label="Second" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                                    <mx:AdvancedDataGrid id="second_dg" dataProvider="{acSample}" x="10" y="10" width="890" height="150" editable="false" itemClick="setADGRow(event)"
                                                         sortableColumns="false" headerHeight="40" lockedColumnCount="1" >
                                        <mx:columns>
                                            <mx:AdvancedDataGridColumn headerText="FIRST NAME" dataField="Fname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="LAST NAME" dataField="Lname" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="DOB" dataField="dob" width="150" />
                                            <mx:AdvancedDataGridColumn headerText="TOTAL" dataField="Amount" width="100" textAlign="right" />
                                        </mx:columns>
                                    </mx:AdvancedDataGrid>
                                </mx:Canvas>
                            </mx:TabNavigator>
                        </mx:Canvas>
                    </mx:TabNavigator>
                </mx:Canvas>
            </mx:TabNavigator>
        </mx:TitleWindow>
    </mx:Application>

Maybe you are looking for

  • How to get all uniquememeber in a group

    Hi. How can I get all the 'uniquemember' in a given group programmatically, like in a pl*sql procedure? Thank you

  • My Macbook Pro has been slow lately. Please help

    My Macbook Pro has been giving me some trouble lately and it's getting worse everytime. I read this post https://discussions.apple.com/message/25660081#25660081 thas has similar problems than mine so I followed the advise and installed Etresoft. Here

  • Change font size and layout of reports in Report painter

    Hi, I want to change the print layout and the fonts of reports created in Report Painter. In the print output i am getting 40% of the total screen My requirement is to increase the font size and the print layout to fullscreen so that the report layou

  • Email notification from Windows platform

    I am having four database (each on 9i) which are running on Windows NT server 2003, i want to send email notification for all the above four database, is there any utility to send email. please refer me any useful website regarding the same. Regards

  • PIM: BUSINESS EVENT :oracle.apps.ego.item.postItemUpdate

    Hi , I have enabled this BE and writing custom valdation on subcription fuction executed by this Event. In PL SQL code I am returning error by RETURN 'ERROR' stmnt from the function and the activity should be stopped or rollback when it encounter err