HI
I can't find a control that gives me the same functionality as igCombo did in javascript.That is, fill the combo with a table with the pair (keyvalue, description) with filter and autocomplete.With the igx_combo I cannot configure it for simple selection, with the autocomplete control it leaves me the keyvalue as a visible value in the imput box and on the drop-down not have autocomplete feature
What is the control that replaces it?
Pablo
Hello Pablo,
More detailed Information regarding our igxCombo, igxAutocomplete and igxDropDown and the differences between them can be found here. Regarding filtering the igxSelect you can try this sample. The filtering starts working by typing the item’s text when the list is opened.
Do not hesitate to contact me if you have any additional questions regarding this matter.
Regards, Monika Kirkova, Infragistics
Hi
I don't understand your answer, monika.It has nothing to do with my query.First: I know well the differences between gxCombo, igxAutocomplete and igxDropDown, I don't need information about this, I know where to look for it. That is precisely why I specify them in my question because none of them works to emulate the functionality of javascript igCombo!Second: Thank you for your example but it is not what I am looking for. I don't understand why he gives me an example with groups and I don't understand why he gives me an example that doesn't have autocomplete and filter?Your example only has a dictionary search. This is not the standard functionality to select a reference table from a database (id, description).The selection of a reference table that includes autocomplete is something extremely basic that any set of data-oriented tools should provide.