This question is locked. New answers and comments are not allowed.
I want to know how to get the data after sort and filtered in the grid in the view and pass to another controller.
@model IEnumerable<IsTalep.Models.ViewModel.Ask_Answer>
ToolBar(tool => tool.Custom()
.HtmlAttributes(new { id = "print" })
.Text("Yazır")
.Action("UnitReport", "RaporTur", new { data=Model}))
public ActionResult UnitReport(GridModel data) or public ActionResult UnitReport(Ask_Answer data)