58
Views
2
Comments
[OutSystems Data Grid Web] How to change the  minLength to 1 to trigger GridColumnSelect's Search with 1 char?
outsystems-data-grid-web
Web icon
Forge asset by OutSystems
Application Type
Traditional Web

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

2024-05-14 05-24-39
Charith

hey,

try adding the Autocomplete.minLength = 1; to override the default value

Regards,

Charith RC

2018-12-13 07-53-54
Alam

Hi @Charith RC
Thanks 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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.