Base solution for your next web application
Open Closed

On enter Key press on search page sends request #10443


User avatar
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)
  • User Avatar
    0
    musa.demir created

    Hi @kansoftware You will need to search .on('keypress' and implement your own logic in it.