Loss of cursor focus in datagrid2 text filter.

0
We are having the following issue in the app: with a datagrid2 that has a column text filter, after typing a character the cursor loses focus on the search filter. This causes the user to be unable to continue typing until they click in the field again. Any suggestions on how to tackle this issue? there is no on change event on the filter or datagrid.   
asked
2 answers
3

Hello Sander Rijnja,

 

1. Please check if any MF/Nanoflow being triggered on input.

2.Check a refresh of the DataGrid or any container.

3.Any custom widget interfering with input behaviour.

 

answered
1

Hello Sander,

You can try setting refresh timings for your filters by opening filter properties as below.

Let's say if I want to set refresh for text filter (for specific column or field) in Datagrid2,

1) I can simply right click on filter (example text filter) and Open Properties then,

2) modify On Change Behavior (Apply after milliseconds) to 10000 or empty (if undefined).

image.png

 

This way I think it should allow you more time before refreshing it.

Hope this helps.

Thanks.

answered