AutoFilterMode on WiseJ 3 not working as expected

0
0

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

  • You must to post comments
0
0

Hi Joao,

this is now fixed in Wisej release 3.1.8

Best regards
Frank

  • You must to post comments
0
0

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

 

//

  • João Paulo Galaverna Monteiro
    Hi Alaa, Thanks for your answer. Do you know when this update will be delivered? I am only asking because on our current scenario, we cannot run the ComboBox without the Virtual Scolling, since there is a window our client uses, that contains 10 ComboBox, each one of them loading large amounts of data. So if we disable the VirtualScrolling, the window takes a very long time to load. So, based on your answer, we will decide what to do with this window. Thank you again, and best regards! João Paulo Galaverna
  • You must to post comments
0
0

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

  • You must to post comments
0
0

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

//

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.