diff --git a/ej2-asp-core-mvc/dashboard-layout/interaction-with-panels/dragging-of-panels.md b/ej2-asp-core-mvc/dashboard-layout/interaction-with-panels/dragging-of-panels.md index 58d54ae425..87ae013e59 100644 --- a/ej2-asp-core-mvc/dashboard-layout/interaction-with-panels/dragging-of-panels.md +++ b/ej2-asp-core-mvc/dashboard-layout/interaction-with-panels/dragging-of-panels.md @@ -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 @@ -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. @@ -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.