I am using Datatables plugin of jQuery. I am using server side processing functionality for my ASP.Net project.
Its get frustrating when each time I try to type something in global search, with each letter I type it calls the server side method and brings result for me.
It gets more frustrating when the data to be filter is large.
Is there any option or way to call search method on keypress of enter key and not on any key press?