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

[Solved] How to get current data in grid

0 Answers 5 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.
Barış
Top achievements
Rank 1
Barış asked on 12 Nov 2012, 08:26 PM

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)
Tags
Grid
Asked by
Barış
Top achievements
Rank 1
Share this question
or