Latest source merged from Syncfusion

This commit is contained in:
pipeline 2021-07-08 05:47:18 -07:00
Родитель 1f25d41cb3
Коммит b2b766c79f
5 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -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)
![Load More in Xamarin Android DataGrid](SfDataGrid_images/LoadMore.png)

Просмотреть файл

@ -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)
![Getting Started in Xamarin Android DataGrid](SfDataGrid_images/GettingStarted.png)

Просмотреть файл

@ -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:
<div style="text-align:center" markdown="1">
![](customizing_pullableContent_images/ListView_Refresh_Android.gif)
![ListView in Xamarin Android PullToRefresh](customizing_pullableContent_images/ListView_Refresh_Android.gif)
</div>
## 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:
<div style="text-align:center" markdown="1">
![](customizing_pullableContent_images/SfDataGrid_Refresh_Android.gif)
![DataGrid in Xamarin Android PullToRefresh](customizing_pullableContent_images/SfDataGrid_Refresh_Android.gif)
</div>
## Custom layout
@ -309,7 +309,7 @@ protected override void OnCreate (Bundle bundle)
The final output of the above sample is as follows:
<div style="text-align:center" markdown="1">
![](overview_images/WeatherData_Refresh_Android.gif)
![Weather Data in Xamarin Android PullToRefresh](overview_images/WeatherData_Refresh_Android.gif)
</div>
## Samples

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 564 KiB

После

Ширина:  |  Высота:  |  Размер: 72 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 550 KiB

После

Ширина:  |  Высота:  |  Размер: 69 KiB