diff --git a/xamarin-android/SfDataGrid/LoadMore.md b/xamarin-android/SfDataGrid/LoadMore.md index b590e83..b91ed1c 100644 --- a/xamarin-android/SfDataGrid/LoadMore.md +++ b/xamarin-android/SfDataGrid/LoadMore.md @@ -1,12 +1,12 @@ --- layout: post title: Load More | SfDataGrid | Xamarin.Android | Syncfusion -description: How to perform load more and it's properties and customizations in a SfDataGrid. +description: How to perform load more and it's properties and customizations in a Xamarin.Android DataGrid (SfDataGrid). platform: Xamarin.Android control: SfDataGrid documentation: UG --- -# Load More +# Load More in Xamarin.Android DataGrid (SfDataGrid) The data grid enables the LoadMore option by setting the [SfDataGrid.AllowLoadMore](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_AllowLoadMore) property to `true` and by setting the [SfDataGrid.LoadMoreCommand](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_LoadMoreCommand) property. When the LoadMore is enabled, the control provides the option to load a subset of data to its data source at runtime using the [LoadMoreView](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfDataGrid.SfDataGrid.html#Syncfusion_SfDataGrid_SfDataGrid_LoadMoreView). @@ -129,4 +129,4 @@ public class CustomLoadMoreView : LoadMoreView Running the application renders the following output: -![](SfDataGrid_images/LoadMore.png) \ No newline at end of file +![Load More in Xamarin Android DataGrid](SfDataGrid_images/LoadMore.png) \ No newline at end of file diff --git a/xamarin-android/SfDataGrid/OverView.md b/xamarin-android/SfDataGrid/OverView.md index 2d91fc4..e2fb6cd 100644 --- a/xamarin-android/SfDataGrid/OverView.md +++ b/xamarin-android/SfDataGrid/OverView.md @@ -1,13 +1,13 @@ --- layout: post title: Overview | SfDataGrid | Xamarin.Android | Syncfusion -description: Overview +description: Overview in Xamarin.Android DataGrid helps you to create customizable features used to display and manipulate a large amount of data in a tabular view. platform: Xamarin.Android control: SfDataGrid documentation: ug --- -# SfDataGrid +# Overview in Xamarin.Android DataGrid (SfDataGrid) The data grid control is available in Xamarin.Forms, Xamarin.Android and Xamarin.iOS. It creates entirely customizable features to display and manipulate a large amounts of data in a tabular view. The following table lists the key features of the data grid in Xamarin.Forms, Xamarin.Android and Xamarin.iOS: @@ -164,6 +164,6 @@ Click [here](http://help.syncfusion.com/xamarin/sfdatagrid/overview) to checkout Click [here](http://help.syncfusion.com/xamarin-ios/sfdatagrid/overview) to checkout the data grid for Xamarin.iOS. -![](SfDataGrid_images/Overview.png) +![Overview in Xamarin Android DataGrid](SfDataGrid_images/Overview.png) -![](SfDataGrid_images/GettingStarted.png) \ No newline at end of file +![Getting Started in Xamarin Android DataGrid](SfDataGrid_images/GettingStarted.png) \ No newline at end of file diff --git a/xamarin-android/SfPullToRefresh/Customizing-PullableContent.md b/xamarin-android/SfPullToRefresh/Customizing-PullableContent.md index 5132bd9..0ab2bc8 100644 --- a/xamarin-android/SfPullToRefresh/Customizing-PullableContent.md +++ b/xamarin-android/SfPullToRefresh/Customizing-PullableContent.md @@ -1,7 +1,7 @@ --- layout: post -title: Customizing PullableContent | SfPullToRefresh | Xamarin.Android | Syncfusion -description: Customizing the PullableContent of SfPullToRefresh +title: Customizing PullableContent | Xamarin.Android | Syncfusion +description: How to add customized pullable content of SfPullToRefresh and refresh it in Xamarin.Android DataGrid (SfDataGrid). platform: Xamarin.Android control: SfPullToRefresh documentation: ug @@ -104,7 +104,7 @@ public void RefreshItemSource() The final output of the sample of SfPullToRefresh adapting ListView as its pullable content is as follows:
-![](customizing_pullableContent_images/ListView_Refresh_Android.gif) +![ListView in Xamarin Android PullToRefresh](customizing_pullableContent_images/ListView_Refresh_Android.gif)
## SfDataGrid @@ -183,7 +183,7 @@ private async void PullToRefresh_Refreshing(object sender, RefreshingEventArgs e The final output of the sample of SfPullToRefresh adapting SfDataGrid as its pullable content is as follows:
-![](customizing_pullableContent_images/SfDataGrid_Refresh_Android.gif) +![DataGrid in Xamarin Android PullToRefresh](customizing_pullableContent_images/SfDataGrid_Refresh_Android.gif)
## Custom layout @@ -309,7 +309,7 @@ protected override void OnCreate (Bundle bundle) The final output of the above sample is as follows:
-![](overview_images/WeatherData_Refresh_Android.gif) +![Weather Data in Xamarin Android PullToRefresh](overview_images/WeatherData_Refresh_Android.gif)
## Samples diff --git a/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/ListView_Refresh_Android.gif b/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/ListView_Refresh_Android.gif index ae250ff..d05f096 100644 Binary files a/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/ListView_Refresh_Android.gif and b/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/ListView_Refresh_Android.gif differ diff --git a/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/SfDatagrid_Refresh_Android.gif b/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/SfDatagrid_Refresh_Android.gif index f461146..e19cfde 100644 Binary files a/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/SfDatagrid_Refresh_Android.gif and b/xamarin-android/SfPullToRefresh/customizing_pullableContent_images/SfDatagrid_Refresh_Android.gif differ