Here is one more suggest tool

http://www.designscripting.com/2008/10/14/search-manager%E2%80%93suggest-toolas3/

-sara

On Nov 11, 11:15 am, flexorz group of flex corders
<[email protected]> wrote:
> i think what your trying to archieve is autocomplete functionality ,
> if so
> you may wanna
>
> check thishttp://web.me.com/hillelcoren/Site/Demo.html
>
> cheers
> Dinukx
>
>
>
> On Wed, Nov 11, 2009 at 2:56 AM, Jagdish <[email protected]> wrote:
>
> > Hi All,
>
> > I have a urgent requirement  where user should be able to search the
> > data in the combo box with n number of characters .As we are having
> > hundreds of values in the drop down nd user should be able to seacrh
> > by typing letters like 'ind' should give INDIA 500064. depending on
> > the selection in this field another combobox gets its data.
>
> > <comp:VueComboBox dataProvider="{balancerModel.availableDistricts}"
> > change="changeDistricts(event)" tabIndex="2"
>
> >  id="districts_CB"   width="60" labelField="id"
> > dropdownWidth="200" selectedValue="balancerModel.selectedDistrictID}"
> > height="20">
>
> >    <comp:dropdownFactory>
>
> >    <mx:Component>
>
> >            <mx:DataGrid showHeaders="false" width="180" >
>
> >                    <mx:columns>
>
> >                            <mx:Array>
>
> >                            <mx:DataGridColumn
>
> >                                    dataField="id" width="30"/>
>
> >                            <mx:DataGridColumn
>
> >                                    dataField="name" width="150"/>
>
> >                            </mx:Array>
>
> >                    </mx:columns>
>
> >            </mx:DataGrid>
>
> >    </mx:Component>
>
> >  </comp:dropdownFactory>
>
> >  </comp:VueComboBox>
>
> > Using this i can serch with first letter but i need  to serch with 2
> > 0r 3 letters also. Please some one suggest me.
>
> > Thanks in avance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to