0
kansoftware created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 8.1
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .net core
For all get all pages on enter key press the datatable refresh showing loading text. Sometimes when accidently enter key gets pressed for some time it sends unlimited requests to server and which casuses performance issues Is there any fix which can bar user on enter key press it will send request to server only once.
1 Answer(s)
-
0
Hi @kansoftware You will need to search
.on('keypress'
and implement your own logic in it.