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