This is a migrated thread and some comments may be shown as answers.

[Solved] Sending checkbox data

0 Answers 4 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 21 Jan 2012, 02:19 AM
I have a grid with checkboxes. I want to send this data to another view. I see in the demo:

$('#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
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Share this question
or