Skip to content
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
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfDataGrid/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Filtering | SfDataGrid | Xamarin.iOS | Syncfusion
title: Filtering | SfDataGrid | Xamarin.iOS | Syncfusion®
description: Filter the records in view using properties in Xamarin.iOS SfDataGrid by simply setting a predicate to the view.
platform: xamarin.ios
control: SfDataGrid
Expand Down
12 changes: 6 additions & 6 deletions Xamarin-iOS/SfDataGrid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Getting started | SfDataGrid | Xamarin.iOS | Syncfusion
title: Getting started | SfDataGrid | Xamarin.iOS | Syncfusion®
description: Getting started with Xamarin.iOS DataGrid and walk through to create a demo application from the scratch.
platform: xamarin.ios
control: SfDataGrid
Expand All @@ -24,11 +24,11 @@ N> Assemblies can be found in unzipped package location in Mac

## NuGet configuration

To install the required NuGet for the SfDataGrid control in the application, configure the NuGet packages of the Syncfusion components.
To install the required NuGet for the SfDataGrid control in the application, configure the NuGet packages of the Syncfusion® components.

Refer to the following KB to configure the NuGet packages of the Syncfusion components:
Refer to the following KB to configure the NuGet packages of the Syncfusion® components:

[How to configure package source and install Syncfusion NuGet packages in an existing project?](https://www.syncfusion.com/kb/7441/how-to-configure-package-source-and-install-syncfusion-nuget-packages-in-an-existing-project)
[How to configure package source and install Syncfusion® NuGet packages in an existing project?](https://www.syncfusion.com/kb/7441/how-to-configure-package-source-and-install-syncfusion-nuget-packages-in-an-existing-project)

The following NuGet package should be installed to use the SfDataGrid control in the application.

Expand All @@ -45,7 +45,7 @@ The following NuGet package should be installed to use the SfDataGrid control in

### Adding SfDataGrid Reference

Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDataGrid to your project, open the NuGet package manager in Visual Studio, and search for [Syncfusion.Xamarin.SfDataGrid.IOS](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDataGrid.ios/#), and then install it.
Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDataGrid to your project, open the NuGet package manager in Visual Studio, and search for [Syncfusion.Xamarin.SfDataGrid.IOS](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDataGrid.ios/#), and then install it.

![SfDataGrid in nuget.org](SfDataGrid_images/SfDataGrid_IOS.png)

Expand Down Expand Up @@ -79,7 +79,7 @@ If you prefer to manually refer the assemblies instead of NuGet, refer the list
</tr>
</table>

I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to know about registering Syncfusion license key in your Xamarin application to use our components.
I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to know about registering Syncfusion® license key in your Xamarin application to use our components.

## Create a simple SfDataGrid

Expand Down
4 changes: 2 additions & 2 deletions Xamarin-iOS/SfDataGrid/Paging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Paging in Xamarin.iOS SfDataGrid Control | Syncfusion
description: Learn here about Paging support in Syncfusion Essential Studio® Xamarin.iOS SfDataGrid Control, its elements, and more.
title: Paging in Xamarin.iOS SfDataGrid Control | Syncfusion®
description: Learn here about Paging support in Syncfusion® Essential Studio® Xamarin.iOS SfDataGrid Control, its elements, and more.
platform: xamarin.ios
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfDataGrid/Selection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Selection | SfDataGrid | Xamarin.iOS | Syncfusion
title: Selection | SfDataGrid | Xamarin.iOS | Syncfusion®
description: How to enable selection, about the selection modes, properties, events and customizations available for selection in a SfDataGrid.
platform: xamarin.ios
control: SfDataGrid
Expand Down