Skip to content
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

SEO-1829_Site_Audit_Issues #16

Open
wants to merge 1 commit into
base: hotfix/hotfix-v19.3.0.53
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Xamarin-iOS/SfDataGrid/ColumnDragAndDrop.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Column Drag and Drop | SfDataGrid | Xamarin | Syncfusion
description: How to enable and perform column drag and drop operation and its customization.
title: Column Drag and Drop in Xamarin.iOS SfDataGrid Control | Syncfusion
description: How to enable and perform column drag and drop operation in Syncfusion Xamarin.iOS SfDataGrid Control, and its customization.
platform: xamarin.ios
control: SfDataGrid
documentation: UG
---

# Column Drag and Drop
# Column Drag and Drop in Xamarin.iOS SfDataGrid

The data grid allows dragging and dropping a column header by setting the [SfDataGrid.AllowDraggingColumn](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_AllowDraggingColumn) property to `true`. The drag view is displayed when dragging the column header. Drag and drop operations can be handled using the [SfDataGrid QueryColumnDragging](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html) event.

Expand Down
6 changes: 3 additions & 3 deletions Xamarin-iOS/SfDataGrid/RowDragAndDrop.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Row Drag and Drop | SfDataGrid | Xamarin | Syncfusion
description: How to enable and perform row drag and drop operation and its customization.
title: Row Drag and Drop in Xamarin.iOS SfDataGrid Control | Syncfusion
description: How to enable and perform row drag and drop operation in Syncfusion Xamarin.iOS SfDataGrid Control, and its customization.
platform: xamarin.ios
control: SfDataGrid
documentation: UG
---

# Row Drag and Drop
# Row Drag and Drop in Xamarin.iOS SfDataGrid

SfDataGrid allows you to drag and drop a row by setting the [SfDataGrid.AllowDraggingRow](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_AllowDraggingRow) property to `true`. A Customizable row drag and drop template is displayed while dragging a row. The drag and drop operation can be handled based on the requirement using [SfDataGrid.QueryRowDragging](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_AllowDraggingRow) event.

Expand Down
6 changes: 3 additions & 3 deletions xamarin-ios/SfDataGrid/PullToRefresh.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Pull To Refresh | SfDataGrid | Xamarin.iOS | Syncfusion
description: How to perform pull to refresh and it's properties and customizations in a SfDataGrid.
title: Pull To Refresh in Xamarin.iOS SfDataGrid Control | Syncfusion
description: How to perform pull to refresh and it's properties and customizations in Syncfusion Xamarin.iOS SfDataGrid Control, its elements, and more.
platform: xamarin.ios
control: SfDataGrid
documentation: UG
---

# Pull To Refresh
# Pull To Refresh in Xamarin.iOS SfDataGrid

SfDataGrid lets you to enable the PullToRefresh option by setting the [SfDataGrid.AllowPullToRefresh](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_AllowPullToRefresh) property to `true` and by setting the [SfDataGrid.PullToRefreshCommand](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_PullToRefreshCommand) property. When the PullToRefresh is enabled, the SfDataGrid provides support for refreshing the data source in the runtime while doing the PullToRefresh action.

Expand Down