AdvancedDataGrid Keyboard Not responding ( Second Try


from web site http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_02.html

 

"flex data visualization developer's guide  / advanced data grid controls , automation tools / using advanceddatagrid control
keyboard navigation"

 

"the following keystrokes built advanceddatagrid control let users navigate control:"

 

"type characters incremental type-ahead look-ups in first column."

is miss print ?

 

why not work? on datagrid @ least works letter type. advancedatagrid nothing ?

i have not found switch or effects behavoir. please help  !

hello,

below sample code using advanceddatagrid.  when build beta build, keyboard navigation seems work.  e.g. type a, b, c, d, , selection continues move down items a, ab, abc, , abcd.  please post simple code sample , describe you're doing?

 

 

<?xml version="1.0" encoding="utf-8"?>
<s:application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" minwidth="1024" minheight="768">

 

    <fx:script>
        <![cdata[
            import mx.collections.arraycollection;
                 
            [bindable]
            private var dpflat:arraycollection = new arraycollection([
              {region:"a", territory:"arizona",
                  territory_rep:"barbara jennings", actual:38865, estimate:40000},
              {region:"ab", territory:"arizona",
                  territory_rep:"dana binn", actual:29885, estimate:30000}, 
              {region:"abc", territory:"northern california",
                  territory_rep:"bethany pittman", actual:52888, estimate:45000}, 
              {region:"abcd", territory:"northern california",
                  territory_rep:"lauren ipsum", actual:38805, estimate:40000},
              {region:"southwest", territory:"northern california",
                  territory_rep:"t.r. smith", actual:55498, estimate:40000}, 
              {region:"southwest", territory:"northern california",
                  territory_rep:"alice treu", actual:44985, estimate:45000},
              {region:"southwest", territory:"northern california",
                  territory_rep:"jane grove", actual:44913, estimate:45000}
            ]);
        ]]>
    </fx:script>

 

    <mx:panel title="advanceddatagrid control example"
        height="75%" width="75%" layout="horizontal"
        paddingtop="10" paddingbottom="10" paddingleft="10" paddingright="10">

 

        <mx:advanceddatagrid id="myadg"
            width="100%" height="100%" dataprovider="{dpflat}">       
           
            <mx:columns>
                <mx:advanceddatagridcolumn datafield="region"/>
                <mx:advanceddatagridcolumn datafield="territory"/>
                <mx:advanceddatagridcolumn datafield="territory_rep"
                    headertext="territory rep"/>
                <mx:advanceddatagridcolumn datafield="actual"/>
                <mx:advanceddatagridcolumn datafield="estimate"/>
            </mx:columns>
       </mx:advanceddatagrid>
    </mx:panel>
   
</s:application>



More discussions in Archived Spaces


adobe

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???