Hello,There is a need to trigger the AutoComplete search when user input one character into the GridColumnSelect.Currently, the GridColumnSelect does not trigger search if the character length is not >= 2 which is default for wijmo Autocomplete's minLength (default: 2).
Is there any way to set the minLength to 1 to trigger the search for autoComplete with the DataGrid Traditional?
Ref: Customize AutoComplete's Search Behavior
Please let me know.Regards,Alam
hey,
try adding the Autocomplete.minLength = 1; to override the default value
Regards,
Charith RC
Hi @Charith RCThanks but I have tried to set the minLength to 1.But the AutoComplete class is not defined error will be displayed.Have you tried to set the minLength with the OutSystems DataGrid?In wijmo it is possible.As DataGrid is using custom Editor to display the Dropdownlist with autocomplete, I don't know how to set to this custom editor.