Esempio n. 1
0
        // GET: Fallback
        public ActionResult Index()
        {
            var context     = MvcRenderingContext.GetFromViewContext(this.ControllerContext.ParentActionViewContext);
            var gridContext = GridContext.GetFromRenderingContext(context);

            return(View(ViewName, null));
        }