Skip to content

SEO-182398-core-mvc-dashboard-layout-Multiple-h1 #2909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Dragging Of Panels in ##Platform_Name## Dashboard Layout Component
title: Dragging Of Panels in ##Platform_Name## Dashboard Layout Component | Syncfusion
description: Learn here all about Dragging Of Panels in Syncfusion ##Platform_Name## Dashboard Layout component of Syncfusion Essential JS 2 and more.
platform: ej2-asp-core-mvc
control: Dragging Of Panels
Expand All @@ -9,7 +9,7 @@ documentation: ug
---


# Dragging of panels
# Dragging of Panels in ##Platform_Name## Dashboard Layout Component

The Dashboard Layout component is provided with dragging functionality to drag and reorder the panels within the layout. While dragging a panel, a holder will be highlighted below the panel indicating the panel placement on panel drop. This helps the user to decide whether to place the panel in the current position or revert to previous position without disturbing the layout.

Expand Down Expand Up @@ -79,7 +79,7 @@ The following sample demonstrates customizing the dragging handler of the panels

![Customizing the dragging handler](./../images/dragging_handler.PNG)

# Disable dragging of panels
## Disable dragging of panels

By default, the dragging of panels is enabled in Dashboard Layout. It can also be disabled with the help of [`allowDragging`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Layouts.DashboardLayout~AllowDragging.html) API. Setting [`allowDragging`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Layouts.DashboardLayout~AllowDragging.html) to false disables the dragging functionality in Dashboard Layout.

Expand Down