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.
Hello Minakshi,
Thank you for contacting Infragistics Support!
I believe you will find the following sample I have prepared for you very helpful. As you can observe I’m subscribing to the igxDropDown onOpening event and I check the length of the property bound to the igxAutocompleteDirective. If its length is less than n chars I set the cancel property of the onOpening event args to true, preventing the opening of the igxDropDown.
If you find any difficulties implementing this approach within an igxGrid I suggest providing an isolated sample within Stackblitz which I would be able to investigate on my side and provide you with solution as soon as possible.
Looking forward to hearing from you!Best Regards, Martin Evtimov Associate Software Developer Infragistics, Inc.
I guess the sample you have prepared is not attached in your previous reply.
I’m glad that you find the provided information helpful.
Thank you for using Infragistics components.
Best Regards,Martin EvtimovAssociate Software DeveloperInfragistics, Inc.
Thanks for your support.
Thanks for your reply!
I have updated my previous reply.
Please take a look at the attached sample and let me know if you need any further assistance.
Best Regards, Martin Evtimov Associate Software Developer Infragistics, Inc.