Posted 27 Sep 2012 Link to this post
dataSource: {
transport: {
read: {url: ('@Url.Action("ActionName", "ControllerName")'),
dataType: "json",
data: { fieldName: $("#Field").val()}
}
},