Skip to content

DOCINFRA-2341_merged_using_automation #2969

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
merged 9 commits into from
May 8, 2024
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
1 change: 0 additions & 1 deletion ej2-asp-core-mvc/ribbon/EJ2_ASP.MVC/keytip.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ publishingplatform: ##Platform_Name##
documentation: ug
---


# Keytips in ASP.NET MVC Ribbon control

The Ribbon supports keyboard navigations to interact the ribbon items using the keytips which can be enabled by setting the [EnableKeyTips](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.ribbon.ribbon.html#Syncfusion_EJ2_Ribbon_Ribbon_EnableKeyTips) property.
Expand Down