Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

ASP.NET MVC Dasard Layout is a grid-structured layout component that helps create static and dynamic dasard layouts with panels. It is also referred as ASP.NET MVC Dasard Layout Template. Dasard panels are the basic building blocks of a dasard and can be added programmatically or dynamically at runtime. The panels hold UI components and allow resizing, reordering, dragging and dropping, removing, and adding. This allows users to easily place components at the desired positions within the grid layout.


Why choose Syncfusion Essential Studio® ASP.NET MVC Dasard Layout?

Grid-structured layout

The Dasard Layout is a component with a grid-like structure that can easily split content into equal-sized cells.

Easy to interact

The panels allow for resizing, rearranging, dragging, and dropping, removing and adding UI components. Components can be placed conveniently within the grid arrangement in the desired positions.

Insert any UI component

DataGrid, Charts, gauges, Maps, or any HTML content can be placed as panel content inside the layout to present metrics.

Auto arranging panels

With floating support, the panels in the layout will automatically organize themselves by sliding upward to occupy any open spaces. This makes efficient use of the layout for positioning panels.

Adapts to any resolution

The Dasard Layout is a highly responsive with an optimized design for desktops, touchscreens, and smart phones. It works well on all mobile phones that use iOS, Android, or Windows OS.

Attractive, customizable themes

Cutting-edge design with several built-in themes, such as Fluent, Tailwind CSS, Bootstrap, Material, and Fabric. Utilize the online Theme Studio tool to customize themes easily.


ASP.NET MVC Dasard Layout Code Example

Easily get started with the ASP.NET MVC Dasard Layout using a few simple lines of C# example as demonstrated below. Also explore our ASP.NET MVC Dasard Layout Example that shows you how to render and configure a Dasard Layout in ASP.NET MVC.

@model WebApplication.Controllers.HomeController.spacingModel

<div class="control-section">
    <div>
        <!--  DasardLayout element declaration -->
        @Html.EJS().DasardLayout("defaultLayout").Columns(6).CellSpacing(Model.cellSpacing).Panels(Panel =>
    {
        Panel.SizeX(1).SizeY(1).Row(0).Col(0).Content("<div>0</div>").Add();
        Panel.SizeX(3).SizeY(2).Row(0).Col(1).Content("<div>1</div>").Add();
        Panel.SizeX(1).SizeY(3).Row(0).Col(4).Content("<div>2</div>").Add();
        Panel.SizeX(1).SizeY(1).Row(1).Col(0).Content("<div>3</div>").Add();
        Panel.SizeX(2).SizeY(1).Row(2).Col(0).Content("<div>4</div>").Add();
        Panel.SizeX(1).SizeY(1).Row(2).Col(2).Content("<div>5</div>").Add();
        Panel.SizeX(1).SizeY(1).Row(2).Col(3).Content("<div>6</div>").Add();
    }).Render()
     <!-- end of dasardlayout element -->
    </div>
</div>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Microsoft.AspNetCore.Mvc;

namespace WebApplication.Controllers
{
    public class HomeController : Controller
    {
        public class spacingModel
        {
            public double[] cellSpacing { get; set; }
        }
        public ActionResult Index()
        {
            spacingModel modelValue = new spacingModel();
            modelValue.cellSpacing = new double[] { 10, 10 };
            return View(modelValue);
        }
    }
}

Dynamic layout design

The ASP.NET MVC Dasard Layout control allows dynamic designing of the layout by adding, removing, resizing, floating, and reordering the panels within the layout.

Drag and drop

ASP.NET MVC Dasard Layout with rich UI provides smooth dragging of the panels to replace or re-order at the desired position within the layout.

Resizing

Easy resizing of a panel in all directions enables quick designing of the layout, and fitting small or large-sized content conveniently.

Floating

The panels within the layout will auto arrange by moving in the upward direction to occupy empty spaces available in the layout. This provides effective usage of the layout for panel placement. ASP.NET MVC admin template has all the functionality you’ll need to create beautiful, high-performance admin dasards. With cool neutral colors and plenty of whitespace, it has a modern minimalist design style.


Placing components as content

Place any HTML content or HTML UI controls like Grid, Charts, Gauge, Maps, etc. to represent the metrics or KPI as panel content inside the dasards.


ASP.NET MVC Dashboard Layout State persistence.

State persistence

The Dasard Layout component’s public serialize method allows users to obtain and save the current layout structure of the component in order to construct another dasard with the same panel structure.





Other supported frameworks

Dasard Layout component is also available in Blazor, Angular, React, Vue, and JavaScript frameworks. Check out the different Dasard Layout platforms from the links below,

Supported browsers

The ASP.NET MVC Dasard Layout works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers in ASP.NET MVC Dashboard Layout.

Frequently Asked Questions

  • A simple and easily configurable layout control for designing interactive and responsive dasards.
  • Allows effortless and dynamic customization of dasards with draggable and resizable panels.
  • Easy to integrate other UI components like Grid, Charts, Gauge, Maps, and more to visualize any complex data or key metrics.
  • One of the best ASP.NET MVC Dasard Layout in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with ASP.NET MVC Dasard Layout.

We do not sell the ASP.NET MVC Dasard Layout separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,900 components and frameworks, including the ASP.NET MVC Dasard Layout. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.

You can find our ASP.NET MVC Dasard Layout demo, which demonstrates how to render and configure the Dasard Layout.

No, our 1,900+ components and frameworks for web, mobile, and desktop, including our ASP.NET MVC Dasard Layout, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Dasard Layout control alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,900+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Rated by users across the globe

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.

Up arrow icon