How to refresh Datagrid on just entering value in search box ?

0
Hi Team, We wanted to implement on-focus change functionality on search box, in a datagrid when we open search tab we have to type in and then press enter is there any way as in when we enter text it should sort data accordingly. For example, in below if I enter 123 so it should display data button click search button or without pressing enter button.   How can we achieve the above functionality ?     Thanks In Advance.
asked
1 answers
0

That is not possible with default Mendix. It is however possible to create this with some javascript.
Here are some similar examples:

https://forum.mendix.com/link/questions/93724

https://forum.mendix.com/link/questions/93149

answered