Hi i need to fill the filter bar cell and grid cell autocomplete based on a server query. When i write something in the cell the query will provide me the values for the autocomplete list. I dont know the list of data at the begin edit. the data changes on every chenge to the text inside the cell.
I have tried overriding processCmdKey, Keypress, Keyvalue, but once i change the autocomplete data the cell don't accept any charater, it write nothing and no autocomplete is shown
I need this for many reason. the main one is to use the filter as a Fetch Data Filter (grid is empty, i only provided the schema before loading data)
It's very crucial for me to know if this is possible. Would love to receive help from support.
thank you