Example #1
0
        public ActionResult Index()
        {
            var o = new GridDemoCfgInput {
                Groupable = true, Sortable = true, Height = 350, MinHeight = 0, PageSize = 15, ShowGroupedColumn = true
            };

            return(View(o));
        }
 public ActionResult IndexContent(GridDemoCfgInput input)
 {
     return View(input);
 }
 public ActionResult Index()
 {
     var o = new GridDemoCfgInput { Groupable = true, Sortable = true, Height = 350, MinHeight = 0, PageSize = 15, ShowGroupedColumn = true };
     return View(o);
 }
Example #4
0
 public ActionResult IndexContent(GridDemoCfgInput input)
 {
     return(View(input));
 }