Exemple #1
0
        // GET: DefaultFunctionalities
        public ActionResult StackedHeader()
        {
            var treeData = ShipmentData.GetShipmentData();

            ViewBag.datasource = treeData;
            return(View());
        }
        // GET: CustomAggregates
        public ActionResult CustomAggregate()
        {
            var treeData = ShipmentData.GetShipmentData();

            ViewBag.datasource = treeData;
            return(View());
        }