diff --git a/Xamarin-iOS/SfDataGrid/ColumnDragAndDrop.md b/Xamarin-iOS/SfDataGrid/ColumnDragAndDrop.md index 658051b7..c9787f34 100644 --- a/Xamarin-iOS/SfDataGrid/ColumnDragAndDrop.md +++ b/Xamarin-iOS/SfDataGrid/ColumnDragAndDrop.md @@ -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. diff --git a/Xamarin-iOS/SfDataGrid/RowDragAndDrop.md b/Xamarin-iOS/SfDataGrid/RowDragAndDrop.md index dc3ed0e4..ec69f22b 100644 --- a/Xamarin-iOS/SfDataGrid/RowDragAndDrop.md +++ b/Xamarin-iOS/SfDataGrid/RowDragAndDrop.md @@ -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. diff --git a/xamarin-ios/SfDataGrid/PullToRefresh.md b/xamarin-ios/SfDataGrid/PullToRefresh.md index 0cb7cf83..73eef7bb 100644 --- a/xamarin-ios/SfDataGrid/PullToRefresh.md +++ b/xamarin-ios/SfDataGrid/PullToRefresh.md @@ -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.