Here Mudassar Ahmed Khan has explained with an example, how to attach Double Click event handler to WebGrid Row using jQuery in ASP.Net MVC Razor.
A Client Side Double Click event handler will be attached to the WebGrid row using jQuery and thus when the WebGrid row is double clicked, the data from the selected WebGrid row will be fetched using jQuery and will be posted in JSON format to the Controller’s Action method using Form Submission in ASP.Net MVC Razor.
↧