This question is locked. New answers and comments are not allowed.
I have a grid with checkboxes. I want to send this data to another view. I see in the demo:
how do I send this with location.window?
This does not work:
Thanks
$('#result').load('@Url.Action("InsertDrivers", "Project")', $checkedRecords);how do I send this with location.window?
This does not work:
window.location = '@Url.Action("InsertDrivers", "Project")', $checkedRecords;Thanks