I have used igxAutocomplete feature in igxGrid.cell. I want to set minLength in autocomplete so that the dropdown starts listing after typing the minimum characters in the cell. Is this possible in autocomplete feature.
I am using a JQuery UI auto-complete. I am specifying the min length. If I specify minLength:2 I need to type 2 characters before the service fires. If I specify minLength:1 then I only need to type one character before the source service fires.
minLength:2
minLength:1