I can tell it more precisely, I have table with 12 columns, when user created a search and enters into each column of the search query, the query takes about 2-3 seconds (if i have large database with lots of data, many many rows) when our user input in each column and then press ENTER to enter, it takes 2 seconds. Only in the case with each send (default behaviour in your DynaGrid) takes 5 * 3 = 15 seconds, which is unfortunately not optimal, how can I adjust grid, thus reacts only on Enter key? It would be great you would have realized this behaviour from widget as option in widget.
I can tell it more precisely, I have table with 12 columns, when user created a search and enters into each column of the search query, the query takes about 2-3 seconds (if i have large database with lots of data, many many rows) when our user input in each column and then press ENTER to enter, it takes 2 seconds. Only in the case with each send (default behaviour in your DynaGrid) takes 5 * 3 = 15 seconds, which is unfortunately not optimal, how can I adjust grid, thus reacts only on Enter key? It would be great you would have realized this behaviour from widget as option in widget.
How can I adjust DynaGrid search on keypress?