Hello,
I have an application built initially on WiseJ 2.5, and recently I had to migrate it to WiseJ 3. After that, my clients realized that the AutoFilterMode of the ComboBox was not working as it worked previously on WiseJ 2.
Before, when the user typed a text, it applied the filter after each key press. Now it is ignoring all the key press, after the first key.
To illustrate, with WiseJ 2, if the user typed “test”, it will filter to show all the items that started with “test”. Now, on version 3, if the user types “test”, it will filter to show all items that starts with the letter “t”.
How can I configure it to work as it was on version 2?
If you need any more information, please let me know.
Thanks in advance and best regards.
João Paulo Galverna
Hi Joao,
this is now fixed in Wisej release 3.1.8
Best regards
Frank
Hi João,
The issue is related to the Virtual Scrolling feature.
As a workaround, set VirtualScrolling to false.
A fix is currently in QA and it will be shipped in the next update!
Best,
Alaa
//
Hi Alaa,
We are using version 3.1.6.
As requested, the sample project can be found at https://github.com/JoaoGalaverna/ComboBoxSample. I used the sampleData.json to simulate some data. You can simulate the problem trying to filter with the letter G, or add new entries to the file.
Should you need any more information, please contact me.
Best Regards,
João Paulo Galaverma
Hi João,
Unfortunately, we couldn’t reproduce the issue.
Can you please wrap up a small reproducible test sample?
Also, can you please tell us what version of Wisej.NET 3 you’re currently using?
Best,
Alaa
//
Please login first to submit.