How can i get selected records inside webgrid by checkbox in mvc without using Html.BeginForm.
I want to copy some rows from grid to another grid ??
How can i do this in MVC with javascript or Jquery or any other solution ?
Thanks
Hi MElbakly,
It is not possible to pass the checked value to controller without using Html.BeginForm. If you don't want to use HTML.BeginForm then you have to make use of ajax call.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.