Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4723

WebGrid Row Double Click: Send WebGrid Row to Controller on Double Click in ASP.Net MVC

$
0
0
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.

Viewing all articles
Browse latest Browse all 4723

Trending Articles