From 0aa7e6f75b5fc693b5cbcb2c7ce3aed1ceaae136 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Fri, 6 Dec 2024 15:22:57 +0530 Subject: [PATCH 01/11] Include trademark symbol in UWP UG document. --- uwp/Add-Syncfusion-Controls.md | 38 ++++++++--------- uwp/Control-Dependencies.md | 6 +-- uwp/Deployment.md | 6 +-- uwp/DotNET-Framework-support-History.md | 8 ++-- uwp/Featured-Samples.md | 4 +- uwp/Localization.md | 12 +++--- uwp/Overview.md | 6 +-- uwp/System-Requirements.md | 6 +-- .../Check-for-Updates.md | 14 +++---- .../Create-Project.md | 26 ++++++------ .../NuGet-Packages.md | 38 ++++++++--------- uwp/Visual-Studio-Integration/Overview.md | 24 +++++------ .../Syncfusion-Notifications.md | 24 +++++------ .../Toolbox-Configuration.md | 8 ++-- .../Troubleshooting.md | 42 +++++++++---------- 15 files changed, 131 insertions(+), 131 deletions(-) diff --git a/uwp/Add-Syncfusion-Controls.md b/uwp/Add-Syncfusion-Controls.md index 1d05225ae..428119a6d 100644 --- a/uwp/Add-Syncfusion-Controls.md +++ b/uwp/Add-Syncfusion-Controls.md @@ -1,7 +1,7 @@ --- layout: post -title: Steps to add Syncfusion Essential UWP controls -description: Learn here all about the different ways to add Syncfusion Essential UWP controls to the Visual Studio projects. +title: Steps to add Syncfusion® Essential UWP controls +description: Learn here all about the different ways to add Syncfusion® Essential UWP controls to the Visual Studio projects. platform: uwp control: Add Syncfusion Controls documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Add Syncfusion UWP Controls -The Syncfusion UWP controls can be added in a Visual Studio projects by using either of the following ways, +The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, * Through Designer * Through Code-Behind @@ -19,7 +19,7 @@ The Syncfusion UWP controls can be added in a Visual Studio projects by using ei ## Through Designer -Syncfusion UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt +Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt 1. Create a Universal Windows Platform project in Visual Studio. @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input"> ## Through Code-Behind -Syncfusion UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. +Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. 1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies. @@ -146,25 +146,25 @@ Me.Content = textBoxExt1 {% endtabs %} -N> Syncfusion controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion toolkit. +N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. ## Through Project Templates -Syncfusion provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion UWP platform to create Syncfusion UWP Applications. +Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. -I> The Syncfusion UWP project templates are available from Essential Studio v15.3.0.26. +I> The Syncfusion® UWP project templates are available from Essential Studio v15.3.0.26. -### Create Syncfusion UWP Application +### Create Syncfusion® UWP Application The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**. -1. To create a Syncfusion UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. +1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. ![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg) 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion UWP Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. #### Project configurations: @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. Once you click Create button, the Syncfusion UWP Application is created. +4. Once you click Create button, the Syncfusion® UWP Application is created. -5. Once the Project Configuration Wizard is done, the Syncfusion UWP Application is created with required SDK/references and pages. +5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. ![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg) -6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg) ## Through NuGet Packages -Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. Please refer below topic to configure and install the Syncfusion UWP NuGet packages in UWP application from Visual Studio. +Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. [Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) -After Installed required Syncfusion UWP NuGet packages in your application, we can utilize the Syncfusion UWP controls by following ways. +After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. * Through Designer * Through XMAL * Through Code-Behind -1.Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. We can add required Syncfusion UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion UWP NuGet package, controls will be listed under “Syncfusion controls for UWP” category. For example: SfColorPicker +1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker ![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png) diff --git a/uwp/Control-Dependencies.md b/uwp/Control-Dependencies.md index f5a5da9c8..480635cdd 100644 --- a/uwp/Control-Dependencies.md +++ b/uwp/Control-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post -title: Control dependencies | Universal Windows Platform | Syncfusion -description: Control and it's Dependency assembly details for Syncfusion Essential Studio Universal Windows Platform (UWP) products. +title: Control dependencies | Universal Windows Platform | Syncfusion® +description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Control Dependencies documentation: ug --- -# Control Dependencies in Syncfusion's UWP Controls +# Control Dependencies in the Syncfusion® UWP Controls This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference. diff --git a/uwp/Deployment.md b/uwp/Deployment.md index 78df87b21..7fa908c01 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -1,7 +1,7 @@ --- layout: post -title: Assembly installation and deployment | UWP | Syncfusion -description: Learn how to install and deploy the Syncfusion UWP component +title: Assembly installation and deployment | UWP | Syncfusion® +description: Learn how to install and deploy the Syncfusion® UWP component platform: uwp control: Installation and Deployment documentation: ug @@ -11,7 +11,7 @@ documentation: ug ## Copy Local -Copying assemblies to local folder is supported by Syncfusion components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. +Copying assemblies to local folder is supported by Syncfusion® components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. ![UWP assembly Installation and deployment](Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index 7b8203d1d..8e65cff3c 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -1,7 +1,7 @@ --- layout: post -title: .NET Framework support history for Syncfusion Essential UWP controls -description: .NET Framework support history for Syncfusion Essential UWP controls +title: .NET Framework support history for Syncfusion® Essential UWP controls +description: .NET Framework support history for Syncfusion® Essential UWP controls platform: uwp control: .Net Framework support History documentation: ug @@ -10,7 +10,7 @@ documentation: ug ## Version Compatibility -This table represents the Syncfusion Essential Studio UWP controls supported .NET Framework versions: +This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions: @@ -25,7 +25,7 @@ Yes ## Control compatibility -Syncfusion UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework: +Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 16ca4e5a9..4bf7be896 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post -title: Guidance to run the samples | Syncfusion -description: Learn how to run the samples of Syncfusion Essential Studio UWP products +title: Guidance to run the samples | Syncfusion® +description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products platform: uwp control: Featured Samples documentation: ug diff --git a/uwp/Localization.md b/uwp/Localization.md index f1053ff82..4f55341c7 100644 --- a/uwp/Localization.md +++ b/uwp/Localization.md @@ -1,15 +1,15 @@ --- layout: post -title: Localization in UWP Controls | Syncfusion -description: Learn about localization support in Syncfusion UWP UI controls using .resw files and explains editing default strings of UWP controls. +title: Localization in UWP Controls | Syncfusion® +description: Learn about localization support in Syncfusio®n UWP UI controls using .resw files and explains editing default strings of UWP controls. platform: uwp Control: Localization documentation: ug --- -# Localization of Syncfusion UWP controls +# Localization of Syncfusion® UWP controls -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion UWP controls by adding resource file for each language. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. ## Changing application culture @@ -47,7 +47,7 @@ End Class You can create .resw files for any language by following steps, -N> You can get the default resource files of all Syncfusion UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). +N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). 1) Right click your project and add new folder named `Resources`. @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da ## Editing default culture strings -You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion UWP controls reads the default string from the .resw files of application if its added. +You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. diff --git a/uwp/Overview.md b/uwp/Overview.md index e5617127e..558c8122e 100644 --- a/uwp/Overview.md +++ b/uwp/Overview.md @@ -1,12 +1,12 @@ --- -title: About UWP Overview control | Syncfusion -description: Learn here all about introduction of Syncfusion Essential Studio for UWP, its controls, features and more. +title: About UWP Overview control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. platform: uwp control: overview documentation: ug --- -# Welcome to Syncfusion Essential Studio for UWP +# Welcome to Syncfusion® Essential Studio® for UWP Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. diff --git a/uwp/System-Requirements.md b/uwp/System-Requirements.md index 4d4a6c3ac..9600ce506 100644 --- a/uwp/System-Requirements.md +++ b/uwp/System-Requirements.md @@ -1,7 +1,7 @@ --- layout: post -title: System Requirements in UWP - Syncfusion -description: Checkout and learn here all about the system requirements needed to use the Syncfusion UWP Components. +title: System Requirements in UWP - Syncfusion® +description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. platform: uwp control: System Requirement documentation: ug @@ -9,7 +9,7 @@ documentation: ug # System Requirements for UWP Components -This section describes the system requirements of Syncfusion UWP Controls for development. +This section describes the system requirements of Syncfusion® UWP Controls for development. ## Framework diff --git a/uwp/Visual-Studio-Integration/Check-for-Updates.md b/uwp/Visual-Studio-Integration/Check-for-Updates.md index 32b09d0fb..dc1e4c94b 100644 --- a/uwp/Visual-Studio-Integration/Check-for-Updates.md +++ b/uwp/Visual-Studio-Integration/Check-for-Updates.md @@ -1,17 +1,17 @@ --- layout: post -title: Check for Updates | UWP | Syncfusion -description: Syncfusion Check for Updates provides Extensions to update most recent version of the Essential Studio release. +title: Check for Updates | UWP | Syncfusion® +description: Syncfusion® Check for Updates provides Extensions to update most recent version of the Essential Studio® release. platform: uwp control: Visual Studio Extensions documentation: ug --- -# Check for Updates in Syncfusion Essential Studio UWP +# Check for Updates in Syncfusion® Essential Studio® UWP -Syncfusion provides the Extensions to update most recent version of the Essential Studio release. So that, you always get the latest features, fixes, and improvements by installing the latest version. +Syncfusion® provides the Extensions to update most recent version of the Essential Studio® release. So that, you always get the latest features, fixes, and improvements by installing the latest version. -I> The Syncfusion Check for updates is available from v17.1.0.32. +I> The Syncfusion® Check for updates is available from v17.1.0.32. You can check updates availability in Visual Studio, and then install the update version if required. @@ -19,7 +19,7 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1.png) @@ -27,4 +27,4 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates wizard](Check-for-Updates_images/Check-for-Updates_images-img2.png) -3. You can download the Syncfusion Essential Studio from the Syncfusion website by selecting **Download**. +3. You can download the Syncfusion® Essential Studio® from the Syncfusion® website by selecting **Download**. diff --git a/uwp/Visual-Studio-Integration/Create-Project.md b/uwp/Visual-Studio-Integration/Create-Project.md index 93f7d39e2..5eff2df38 100644 --- a/uwp/Visual-Studio-Integration/Create-Project.md +++ b/uwp/Visual-Studio-Integration/Create-Project.md @@ -1,21 +1,21 @@ --- layout: post -title: Create Project | UWP | Syncfusion -description: Syncfusion provides the Visual Studio Project Templates for the Syncfusion UWP platform to create Syncfusion UWP Applications +title: Create Project | UWP | Syncfusion® +description: Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® UWP platform to create Syncfusion® UWP Applications platform: uwp -control: Syncfusion Extensions +control: Syncfusion® Extensions documentation: ug --- # Create UWP application -Syncfusion provides the **Visual Studio Project Templates** for the Syncfusion UWP platform to create the Syncfusion UWP Application adding required Syncfusion assemblies/NuGet based on the control chosen. +Syncfusion® provides the **Visual Studio Project Templates** for the Syncfusion® UWP platform to create the Syncfusion® UWP Application adding required Syncfusion® assemblies/NuGet based on the control chosen. -I> The Syncfusion UWP project templates are available from v15.3.0.26. +I> The Syncfusion® UWP project templates are available from v15.3.0.26. -Use the following steps to create the Syncfusion UWP project through the Visual Studio Project Template: +Use the following steps to create the Syncfusion® UWP project through the Visual Studio Project Template: -> Before use the Syncfusion UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion® UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. 1. To create a Syncfusion UWP project, follow either one of the options below: @@ -24,12 +24,12 @@ Use the following steps to create the Syncfusion UWP project through the Visual ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate.png) **Option 2:** - Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion for UWP. + Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion® for UWP. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img1-latest.png) @@ -39,7 +39,7 @@ Use the following steps to create the Syncfusion UWP project through the Visual 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion Universal Windows Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® Universal Windows Application by using the following Project Configuration dialog. **Project configurations** @@ -53,13 +53,13 @@ Use the following steps to create the Syncfusion UWP project through the Visual **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Syncfusion UWP Project configuration wizard](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. After click **Create** button, the Syncfusion UWP Application is created with required SDK/references and pages. +4. After click **Create** button, the Syncfusion® UWP Application is created with required SDK/references and pages. ![Syncfusion UWP Project created with SDK reference](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img5.jpeg) diff --git a/uwp/Visual-Studio-Integration/NuGet-Packages.md b/uwp/Visual-Studio-Integration/NuGet-Packages.md index f0c51aa1e..a781bb4d9 100644 --- a/uwp/Visual-Studio-Integration/NuGet-Packages.md +++ b/uwp/Visual-Studio-Integration/NuGet-Packages.md @@ -1,7 +1,7 @@ --- layout: post -title: UWP NuGet Packages | Syncfusion -description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion UWP control and more. +title: UWP NuGet Packages | Syncfusion® +description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion® UWP control and more. platform: uwp control: NuGet Packages documentation: ug @@ -9,13 +9,13 @@ documentation: ug # NuGet Packages in UWP -[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. +[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion® UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. -From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). +From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion® components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). -Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. +Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. -N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). +N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion® will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). ## Installing NuGet Packages @@ -33,13 +33,13 @@ The NuGet Package Manager can be used to search and install NuGet packages in th ![NuGet package manager dialog window](NuGet_Packages_Images/img4.png) -3. All the Syncfusion UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. +3. All the Syncfusion® UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. -N> The Syncfusion NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> The Syncfusion® NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ### Using Package Manager Console -To reference the Syncfusion UWP component using the Package Manager Console as NuGet packages, follow the below step: +To reference the Syncfusion® UWP component using the Package Manager Console as NuGet packages, follow the below step: 1. On the **Tools** menu, select **NuGet Package Manager** and then **Package Manager Console**. @@ -94,7 +94,7 @@ The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of N nuget.exe install “C:\Users\SyncfusionApplication\package.config” ~~~ -N> To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ## Upgrading NuGet packages @@ -109,7 +109,7 @@ NuGet packages can be updated to their specific version or latest version availa ### Using Package Manger Console -To update the installed Syncfusion UWP NuGet packages using the Package Manager Console, follow the below steps: +To update the installed Syncfusion® UWP NuGet packages using the Package Manager Console, follow the below steps: 1. On the **Tools** menu, select **NuGet Package Manager**, and then **Package Manager Console.** @@ -148,7 +148,7 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update -self ~~~ -2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion UWP NuGet packages. +2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion® UWP NuGet packages. ~~~ #update all NuGet packages from config file @@ -167,11 +167,11 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update “C:\Users\SyncfusionApplication\package.config” ~~~ -## Syncfusion NuGet feed URL Configuration +## Syncfusion® NuGet feed URL Configuration -### Get the Syncfusion NuGet feed URL +### Get the Syncfusion® NuGet feed URL -You should get the private Syncfusion UWP NuGet feed URL to install or upgrade the Syncfusion UWP NuGet packages. To get the URL from Syncfusion website use the following steps: +You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade the Syncfusion® UWP NuGet packages. To get the URL from Syncfusion® website use the following steps: 1. Navigate to [nuget.syncfusion.com](https://nuget.syncfusion.com/), and select the **MOBILE** tab. @@ -181,9 +181,9 @@ You should get the private Syncfusion UWP NuGet feed URL to install or upgrade t ![Syncfusion UWP NuGet feed URL](NuGet_Packages_Images/img1.png) -3. Now, use this NuGet feed URL to access the Syncfusion NuGet Packages in Visual Studio. +3. Now, use this NuGet feed URL to access the Syncfusion® NuGet Packages in Visual Studio. -### Add the Syncfusion NuGet feed URL +### Add the Syncfusion® NuGet feed URL #### Windows @@ -193,7 +193,7 @@ You should get the private Syncfusion UWP NuGet feed URL to install or upgrade t 3. Expand the **NuGet Package Manager** and select **Package Sources**. -4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion UWP NuGet packages. +4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion® UWP NuGet packages. **Name:** Name of the package listed in the available package sources. **Source:** Syncfusion UWP NuGet Feed URL. @@ -213,7 +213,7 @@ You should get the private Syncfusion UWP NuGet feed URL to install or upgrade t nuget update -self ~~~ -2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion UWP NuGet packages: +2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion® UWP NuGet packages: ~~~ #Add specified Package Source in NuGet.config file diff --git a/uwp/Visual-Studio-Integration/Overview.md b/uwp/Visual-Studio-Integration/Overview.md index 84acb6ea9..0a4623a5c 100644 --- a/uwp/Visual-Studio-Integration/Overview.md +++ b/uwp/Visual-Studio-Integration/Overview.md @@ -1,38 +1,38 @@ --- layout: post -title: About UWP Extensions control | Syncfusion -description: Learn here all about introduction of Syncfusion Essential Studio UWP Extensions control, its elements and more. +title: About UWP Extensions control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® UWP Extensions control, its elements and more. platform: uwp -control: Syncfusion Extensions +control: Syncfusion® Extensions documentation: ug --- -# UWP Syncfusion Extensions Overview +# UWP Syncfusion® Extensions Overview -The Syncfusion UWP Visual Studio Extensions can be accessed through the Syncfusion Menu to create and configure the project with Syncfusion references in Visual Studio. The Syncfusion UWP Extensions supports from Microsoft Visual Studio 2017. +The Syncfusion® UWP Visual Studio Extensions can be accessed through the Syncfusion® Menu to create and configure the project with Syncfusion® references in Visual Studio. The Syncfusion® UWP Extensions supports from Microsoft Visual Studio 2017. -N> Syncfusion Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. +N> Syncfusion® Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion® UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. [Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWPVSExtensions) [Visual Studio 2019 or lower](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWP-Extensions) -I> The Syncfusion UWP menu option is available from v17.1.0.32. +I> The Syncfusion® UWP menu option is available from v17.1.0.32. -The Syncfusion provides the following extension supports in Visual Studio: +The Syncfusion® provides the following extension supports in Visual Studio: -1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion UWP application by adding required Syncfusion assemblies/NuGet based on the control chosen. -2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion configuration and apply the fix like, wrong Framework Syncfusion assembly added to the project or missing any Syncfusion dependent assembly of a referred assembly. +1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion® UWP application by adding required Syncfusion® assemblies/NuGet based on the control chosen. +2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion® configuration and apply the fix like, wrong Framework Syncfusion® assembly added to the project or missing any Syncfusion® dependent assembly of a referred assembly. **No project selected in Visual Studio** ![Syncfusion Menu when No project selected in Visual Studio](Overview-images/Syncfusion_Menu_OverView1.png) -**Selected Syncfusion UWP application in Visual Studio** +**Selected Syncfusion® UWP application in Visual Studio** ![Syncfusion Menu when Selected Syncfusion UWP application in Visual Studio](Overview-images/Syncfusion_Menu_OverView2.png) -N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. +N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. diff --git a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md index 6cd5f97b9..146f4b300 100644 --- a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md +++ b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md @@ -1,21 +1,21 @@ --- layout: post -title: Notifications | Extension | Syncfusion -description: For displaying the notifications about trial and newer version update information for Syncfusion applications. +title: Notifications | Extension | Syncfusion® +description: For displaying the notifications about trial and newer version update information for Syncfusion® applications. platform: extension -control: Syncfusion Extensions +control: Syncfusion® Extensions documentation: ug --- -# Syncfusion Notifications +# Syncfusion® Notifications -Syncfusion enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion trial assemblies, updates regarding the availability of the latest Syncfusion NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion ensures that developers stay updated with Syncfusion latest features and enhancements. +Syncfusion® enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion® trial assemblies, updates regarding the availability of the latest Syncfusion® NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion® ensures that developers stay updated with Syncfusion® latest features and enhancements. N> The Syncfusion Notification feature is available from Essential Studio v22.1.34. ## Notification Configuration -The Syncfusion Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. +The Syncfusion® Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** @@ -23,27 +23,27 @@ It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** ## Notification Types -**1. Syncfusion Trial Application Notification** +**1. Syncfusion® Trial Application Notification** -When you utilize Syncfusion trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion. +When you utilize Syncfusion® trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion® license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion®. ![Trial Notification](images/uwp-trial.png) -**2. Newer Syncfusion NuGet Package Notification** +**2. Newer Syncfusion® NuGet Package Notification** -If you have installed lower versions of Syncfusion NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. +If you have installed lower versions of Syncfusion® NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion® NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. ![NuGet Notification](images/uwp-nuget.png) **3. Newer Essential Studio Build Notification** -If you use older versions of Syncfusion assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion in your UWP development projects. +If you use older versions of Syncfusion® assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion® will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion® in your UWP development projects. ![Build Notification](images/uwp-build.png) **4. Invalid License Key Notification** -If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion will display a notification message stating, **The provided Syncfusion license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion components. +If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion® will display a notification message stating, **The provided Syncfusion® license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion® components. ![Invalid Notification](images/uwp-invalid.png) diff --git a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md index 23554353a..f152f68f2 100644 --- a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md +++ b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md @@ -1,12 +1,12 @@ --- layout: post -title: Toolbox Configuration | UWP | Syncfusion -description: This section provides information regarding all the Syncfusion Essential Studio utilities and its usage +title: Toolbox Configuration | UWP | Syncfusion® +description: This section provides information regarding all the Syncfusion® Essential Studio® utilities and its usage platform: uwp -control: Essential Studio +control: Essential Studio® documentation: ug --- # Toolbox Configuration -Syncfusion UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion UWP setup. \ No newline at end of file +Syncfusion® UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion® UWP setup. \ No newline at end of file diff --git a/uwp/Visual-Studio-Integration/Troubleshooting.md b/uwp/Visual-Studio-Integration/Troubleshooting.md index 75d79fe0a..dd4a1acc6 100644 --- a/uwp/Visual-Studio-Integration/Troubleshooting.md +++ b/uwp/Visual-Studio-Integration/Troubleshooting.md @@ -1,15 +1,15 @@ --- layout: post -title: Troubleshooting | UWP | Syncfusion -description: Syncfusion Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion assembly reference, webconfig entries in projects. +title: Troubleshooting | UWP | Syncfusion® +description: Syncfusion® Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion® assembly reference, webconfig entries in projects. platform: uwp -control: Syncfusion Extensions +control: Syncfusion® Extensions documentation: ug --- # Troubleshoot the project -Troubleshoot the project with the Syncfusion configuration and apply the fix like, wrong .NET Framework version of added Syncfusion assembly to the project or missing any Syncfusion dependent assembly of a referred assembly. The Syncfusion Troubleshooter can do the following: +Troubleshoot the project with the Syncfusion® configuration and apply the fix like, wrong .NET Framework version of added Syncfusion® assembly to the project or missing any Syncfusion® dependent assembly of a referred assembly. The Syncfusion® Troubleshooter can do the following: * Report the Configuration issues. @@ -17,18 +17,18 @@ Troubleshoot the project with the Syncfusion configuration and apply the fix lik ## Report the Configuration issues -The following steps help you to utilize the Syncfusion Troubleshooter by Visual Studio. +The following steps help you to utilize the Syncfusion® Troubleshooter by Visual Studio. -> Before use the Syncfusion Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion® Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. -1. To open Syncfusion Troubleshooter Wizard, follow either one of the options below: +1. To open Syncfusion® Troubleshooter Wizard, follow either one of the options below: **Option 1:** - Open an existing Syncfusion UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. + Open an existing Syncfusion® UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter.png) @@ -37,7 +37,7 @@ The following steps help you to utilize the Syncfusion Troubleshooter by Visual ![Syncfusion Troubleshooter add-in](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img1.png) -2. Now, analyze the project and it will report the project configuration issues of Syncfusion controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: +2. Now, analyze the project and it will report the project configuration issues of Syncfusion® controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: * Syncfusion assembly references. @@ -45,9 +45,9 @@ The following steps help you to utilize the Syncfusion Troubleshooter by Visual ![No configuration changes required dialog box](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img2.png) -I> The Syncfusion Troubleshooter command will be visible only for Syncfusion projects that means the project should contain Syncfusion assemblies or Syncfusion NuGet packages referred. +I> The Syncfusion® Troubleshooter command will be visible only for Syncfusion® projects that means the project should contain Syncfusion® assemblies or Syncfusion® NuGet packages referred. -The Syncfusion Troubleshooter handles the following project configuration issues: +The Syncfusion® Troubleshooter handles the following project configuration issues: 1. Assembly Reference Issues. @@ -55,7 +55,7 @@ The Syncfusion Troubleshooter handles the following project configuration issues ### Assembly Reference Issues -The Syncfusion Troubleshooter deals with the following assembly reference issues in Syncfusion Projects. +The Syncfusion® Troubleshooter deals with the following assembly reference issues in Syncfusion® Projects. 1. Dependent assemblies are missing for referred assemblies from project. @@ -63,25 +63,25 @@ The Syncfusion Troubleshooter deals with the following assembly reference issues ![Dependent assemblies missing issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img3.png) -2. Syncfusion assembly version mismatched. Compare to all Syncfusion assembly’s versions in the same project. If found any Syncfusion assembly version inconsistency, the Syncfusion Troubleshooter will show Syncfusion assemblies version mismatched. +2. Syncfusion® assembly version mismatched. Compare to all Syncfusion® assembly’s versions in the same project. If found any Syncfusion® assembly version inconsistency, the Syncfusion® Troubleshooter will show Syncfusion® assemblies version mismatched. - **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion assemblies referred assembly version is v17.1450.0.38. The Syncfusion Troubleshooter will show Syncfusion assembly version mismatched. + **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion® assemblies referred assembly version is v17.1450.0.38. The Syncfusion® Troubleshooter will show Syncfusion® assembly version mismatched. ![Assembly version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img4.png) ### NuGet Issues -The Syncfusion Troubleshooter deals with the following NuGet package related issues in Syncfusion projects. +The Syncfusion® Troubleshooter deals with the following NuGet package related issues in Syncfusion® projects. -1. Multiple versions of Syncfusion NuGet Packages are installed. If Syncfusion NuGet Package version is differ from other Syncfusion NuGet Package version, the Syncfusion Troubleshooter will show Syncfusion NuGet package version is mismatched. +1. Multiple versions of Syncfusion® NuGet Packages are installed. If Syncfusion® NuGet Package version is differ from other Syncfusion® NuGet Package version, the Syncfusion® Troubleshooter will show Syncfusion® NuGet package version is mismatched. - **For Instance:** Syncfusion UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion Troubleshooter will be shown Syncfusion package version mismatched. + **For Instance:** Syncfusion® UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion® Troubleshooter will be shown Syncfusion® package version mismatched. ![Syncfusion NuGet Packages version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img5.png) ## Apply the solution -1. After loading the Syncfusion Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. +1. After loading the Syncfusion® Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. ![Syncfusion Troubleshooter wizard with project configuration issues](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img6.png) @@ -89,10 +89,10 @@ The Syncfusion Troubleshooter deals with the following NuGet package related iss ![Syncfusion Troubleshooter backup dialog](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img7.jpeg) -3. Wait for a while, the Syncfusion Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. +3. Wait for a while, the Syncfusion® Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. ![Syncfusion Troubleshooter process success status message in visual studio status bar](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img8.jpeg) -4. Then, Syncfusion licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion license registration required information dialog in Syncfusion Troubleshooter](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img9.jpeg) \ No newline at end of file From f9b99ee1eda31e50c94d23c1c28a9a9212ceb6f2 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Thu, 12 Dec 2024 10:47:47 +0530 Subject: [PATCH 02/11] Changed trademark symbol to unicode --- uwp/Add-Syncfusion-Controls.md | 38 ++++++++--------- uwp/Control-Dependencies.md | 6 +-- uwp/Deployment.md | 6 +-- uwp/DotNET-Framework-support-History.md | 8 ++-- uwp/Featured-Samples.md | 4 +- uwp/Localization.md | 12 +++--- uwp/Overview.md | 6 +-- uwp/System-Requirements.md | 6 +-- .../Check-for-Updates.md | 14 +++---- .../Create-Project.md | 26 ++++++------ .../NuGet-Packages.md | 38 ++++++++--------- uwp/Visual-Studio-Integration/Overview.md | 24 +++++------ .../Syncfusion-Notifications.md | 24 +++++------ .../Toolbox-Configuration.md | 8 ++-- .../Troubleshooting.md | 42 +++++++++---------- 15 files changed, 131 insertions(+), 131 deletions(-) diff --git a/uwp/Add-Syncfusion-Controls.md b/uwp/Add-Syncfusion-Controls.md index 428119a6d..53f4f9a2a 100644 --- a/uwp/Add-Syncfusion-Controls.md +++ b/uwp/Add-Syncfusion-Controls.md @@ -1,7 +1,7 @@ --- layout: post -title: Steps to add Syncfusion® Essential UWP controls -description: Learn here all about the different ways to add Syncfusion® Essential UWP controls to the Visual Studio projects. +title: Steps to add Syncfusion® Essential UWP controls +description: Learn here all about the different ways to add Syncfusion® Essential UWP controls to the Visual Studio projects. platform: uwp control: Add Syncfusion Controls documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Add Syncfusion UWP Controls -The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, +The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, * Through Designer * Through Code-Behind @@ -19,7 +19,7 @@ The Syncfusion® UWP controls can be added in a Visual Studio projects by using ## Through Designer -Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt +Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt 1. Create a Universal Windows Platform project in Visual Studio. @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input"> ## Through Code-Behind -Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. +Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. 1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies. @@ -146,25 +146,25 @@ Me.Content = textBoxExt1 {% endtabs %} -N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. +N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. ## Through Project Templates -Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. +Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. -I> The Syncfusion® UWP project templates are available from Essential Studio v15.3.0.26. +I> The Syncfusion® UWP project templates are available from Essential Studio v15.3.0.26. -### Create Syncfusion® UWP Application +### Create Syncfusion® UWP Application The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**. -1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. +1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. ![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg) 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. #### Project configurations: @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion® components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. Once you click Create button, the Syncfusion® UWP Application is created. +4. Once you click Create button, the Syncfusion® UWP Application is created. -5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. +5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. ![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg) -6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg) ## Through NuGet Packages -Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. +Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. [Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) -After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. +After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. * Through Designer * Through XMAL * Through Code-Behind -1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker +1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker ![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png) diff --git a/uwp/Control-Dependencies.md b/uwp/Control-Dependencies.md index 480635cdd..740f2f5b8 100644 --- a/uwp/Control-Dependencies.md +++ b/uwp/Control-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post -title: Control dependencies | Universal Windows Platform | Syncfusion® -description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. +title: Control dependencies | Universal Windows Platform | Syncfusion® +description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Control Dependencies documentation: ug --- -# Control Dependencies in the Syncfusion® UWP Controls +# Control Dependencies in the Syncfusion® UWP Controls This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference. diff --git a/uwp/Deployment.md b/uwp/Deployment.md index 7fa908c01..177ef52c2 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -1,7 +1,7 @@ --- layout: post -title: Assembly installation and deployment | UWP | Syncfusion® -description: Learn how to install and deploy the Syncfusion® UWP component +title: Assembly installation and deployment | UWP | Syncfusion® +description: Learn how to install and deploy the Syncfusion® UWP component platform: uwp control: Installation and Deployment documentation: ug @@ -11,7 +11,7 @@ documentation: ug ## Copy Local -Copying assemblies to local folder is supported by Syncfusion® components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. +Copying assemblies to local folder is supported by Syncfusion® components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. ![UWP assembly Installation and deployment](Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index 8e65cff3c..57dbdb1c3 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -1,7 +1,7 @@ --- layout: post -title: .NET Framework support history for Syncfusion® Essential UWP controls -description: .NET Framework support history for Syncfusion® Essential UWP controls +title: .NET Framework support history for Syncfusion® Essential UWP controls +description: .NET Framework support history for Syncfusion® Essential UWP controls platform: uwp control: .Net Framework support History documentation: ug @@ -10,7 +10,7 @@ documentation: ug ## Version Compatibility -This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions: +This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions:
@@ -25,7 +25,7 @@ Yes ## Control compatibility -Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework: +Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 4bf7be896..12e083516 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post -title: Guidance to run the samples | Syncfusion® -description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products +title: Guidance to run the samples | Syncfusion® +description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products platform: uwp control: Featured Samples documentation: ug diff --git a/uwp/Localization.md b/uwp/Localization.md index 4f55341c7..0850b812c 100644 --- a/uwp/Localization.md +++ b/uwp/Localization.md @@ -1,15 +1,15 @@ --- layout: post -title: Localization in UWP Controls | Syncfusion® -description: Learn about localization support in Syncfusio®n UWP UI controls using .resw files and explains editing default strings of UWP controls. +title: Localization in UWP Controls | Syncfusion® +description: Learn about localization support in Syncfusio®n UWP UI controls using .resw files and explains editing default strings of UWP controls. platform: uwp Control: Localization documentation: ug --- -# Localization of Syncfusion® UWP controls +# Localization of Syncfusion® UWP controls -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. ## Changing application culture @@ -47,7 +47,7 @@ End Class You can create .resw files for any language by following steps, -N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). +N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). 1) Right click your project and add new folder named `Resources`. @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da ## Editing default culture strings -You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. +You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. diff --git a/uwp/Overview.md b/uwp/Overview.md index 558c8122e..4d38c1215 100644 --- a/uwp/Overview.md +++ b/uwp/Overview.md @@ -1,12 +1,12 @@ --- -title: About UWP Overview control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. +title: About UWP Overview control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. platform: uwp control: overview documentation: ug --- -# Welcome to Syncfusion® Essential Studio® for UWP +# Welcome to Syncfusion® Essential Studio® for UWP Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. diff --git a/uwp/System-Requirements.md b/uwp/System-Requirements.md index 9600ce506..2226ca4d7 100644 --- a/uwp/System-Requirements.md +++ b/uwp/System-Requirements.md @@ -1,7 +1,7 @@ --- layout: post -title: System Requirements in UWP - Syncfusion® -description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. +title: System Requirements in UWP - Syncfusion® +description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. platform: uwp control: System Requirement documentation: ug @@ -9,7 +9,7 @@ documentation: ug # System Requirements for UWP Components -This section describes the system requirements of Syncfusion® UWP Controls for development. +This section describes the system requirements of Syncfusion® UWP Controls for development. ## Framework diff --git a/uwp/Visual-Studio-Integration/Check-for-Updates.md b/uwp/Visual-Studio-Integration/Check-for-Updates.md index dc1e4c94b..adef821ed 100644 --- a/uwp/Visual-Studio-Integration/Check-for-Updates.md +++ b/uwp/Visual-Studio-Integration/Check-for-Updates.md @@ -1,17 +1,17 @@ --- layout: post -title: Check for Updates | UWP | Syncfusion® -description: Syncfusion® Check for Updates provides Extensions to update most recent version of the Essential Studio® release. +title: Check for Updates | UWP | Syncfusion® +description: Syncfusion® Check for Updates provides Extensions to update most recent version of the Essential Studio® release. platform: uwp control: Visual Studio Extensions documentation: ug --- -# Check for Updates in Syncfusion® Essential Studio® UWP +# Check for Updates in Syncfusion® Essential Studio® UWP -Syncfusion® provides the Extensions to update most recent version of the Essential Studio® release. So that, you always get the latest features, fixes, and improvements by installing the latest version. +Syncfusion® provides the Extensions to update most recent version of the Essential Studio® release. So that, you always get the latest features, fixes, and improvements by installing the latest version. -I> The Syncfusion® Check for updates is available from v17.1.0.32. +I> The Syncfusion® Check for updates is available from v17.1.0.32. You can check updates availability in Visual Studio, and then install the update version if required. @@ -19,7 +19,7 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1.png) @@ -27,4 +27,4 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates wizard](Check-for-Updates_images/Check-for-Updates_images-img2.png) -3. You can download the Syncfusion® Essential Studio® from the Syncfusion® website by selecting **Download**. +3. You can download the Syncfusion® Essential Studio® from the Syncfusion® website by selecting **Download**. diff --git a/uwp/Visual-Studio-Integration/Create-Project.md b/uwp/Visual-Studio-Integration/Create-Project.md index 5eff2df38..c64b7fa53 100644 --- a/uwp/Visual-Studio-Integration/Create-Project.md +++ b/uwp/Visual-Studio-Integration/Create-Project.md @@ -1,21 +1,21 @@ --- layout: post -title: Create Project | UWP | Syncfusion® -description: Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® UWP platform to create Syncfusion® UWP Applications +title: Create Project | UWP | Syncfusion® +description: Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® UWP platform to create Syncfusion® UWP Applications platform: uwp -control: Syncfusion® Extensions +control: Syncfusion® Extensions documentation: ug --- # Create UWP application -Syncfusion® provides the **Visual Studio Project Templates** for the Syncfusion® UWP platform to create the Syncfusion® UWP Application adding required Syncfusion® assemblies/NuGet based on the control chosen. +Syncfusion® provides the **Visual Studio Project Templates** for the Syncfusion® UWP platform to create the Syncfusion® UWP Application adding required Syncfusion® assemblies/NuGet based on the control chosen. -I> The Syncfusion® UWP project templates are available from v15.3.0.26. +I> The Syncfusion® UWP project templates are available from v15.3.0.26. -Use the following steps to create the Syncfusion® UWP project through the Visual Studio Project Template: +Use the following steps to create the Syncfusion® UWP project through the Visual Studio Project Template: -> Before use the Syncfusion® UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion® UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. 1. To create a Syncfusion UWP project, follow either one of the options below: @@ -24,12 +24,12 @@ Use the following steps to create the Syncfusion® UWP project through the Visua ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate.png) **Option 2:** - Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion® for UWP. + Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion® for UWP. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img1-latest.png) @@ -39,7 +39,7 @@ Use the following steps to create the Syncfusion® UWP project through the Visua 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® Universal Windows Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® Universal Windows Application by using the following Project Configuration dialog. **Project configurations** @@ -53,13 +53,13 @@ Use the following steps to create the Syncfusion® UWP project through the Visua **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion® components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Syncfusion UWP Project configuration wizard](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. After click **Create** button, the Syncfusion® UWP Application is created with required SDK/references and pages. +4. After click **Create** button, the Syncfusion® UWP Application is created with required SDK/references and pages. ![Syncfusion UWP Project created with SDK reference](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img5.jpeg) diff --git a/uwp/Visual-Studio-Integration/NuGet-Packages.md b/uwp/Visual-Studio-Integration/NuGet-Packages.md index a781bb4d9..a9cd6c1b9 100644 --- a/uwp/Visual-Studio-Integration/NuGet-Packages.md +++ b/uwp/Visual-Studio-Integration/NuGet-Packages.md @@ -1,7 +1,7 @@ --- layout: post -title: UWP NuGet Packages | Syncfusion® -description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion® UWP control and more. +title: UWP NuGet Packages | Syncfusion® +description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion® UWP control and more. platform: uwp control: NuGet Packages documentation: ug @@ -9,13 +9,13 @@ documentation: ug # NuGet Packages in UWP -[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion® UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. +[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion® UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. -From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion® components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). +From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion® components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). -Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. +Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. -N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion® will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). +N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion® will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). ## Installing NuGet Packages @@ -33,13 +33,13 @@ The NuGet Package Manager can be used to search and install NuGet packages in th ![NuGet package manager dialog window](NuGet_Packages_Images/img4.png) -3. All the Syncfusion® UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. +3. All the Syncfusion® UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. -N> The Syncfusion® NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> The Syncfusion® NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ### Using Package Manager Console -To reference the Syncfusion® UWP component using the Package Manager Console as NuGet packages, follow the below step: +To reference the Syncfusion® UWP component using the Package Manager Console as NuGet packages, follow the below step: 1. On the **Tools** menu, select **NuGet Package Manager** and then **Package Manager Console**. @@ -94,7 +94,7 @@ The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of N nuget.exe install “C:\Users\SyncfusionApplication\package.config” ~~~ -N> To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ## Upgrading NuGet packages @@ -109,7 +109,7 @@ NuGet packages can be updated to their specific version or latest version availa ### Using Package Manger Console -To update the installed Syncfusion® UWP NuGet packages using the Package Manager Console, follow the below steps: +To update the installed Syncfusion® UWP NuGet packages using the Package Manager Console, follow the below steps: 1. On the **Tools** menu, select **NuGet Package Manager**, and then **Package Manager Console.** @@ -148,7 +148,7 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update -self ~~~ -2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion® UWP NuGet packages. +2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion® UWP NuGet packages. ~~~ #update all NuGet packages from config file @@ -167,11 +167,11 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update “C:\Users\SyncfusionApplication\package.config” ~~~ -## Syncfusion® NuGet feed URL Configuration +## Syncfusion® NuGet feed URL Configuration -### Get the Syncfusion® NuGet feed URL +### Get the Syncfusion® NuGet feed URL -You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade the Syncfusion® UWP NuGet packages. To get the URL from Syncfusion® website use the following steps: +You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade the Syncfusion® UWP NuGet packages. To get the URL from Syncfusion® website use the following steps: 1. Navigate to [nuget.syncfusion.com](https://nuget.syncfusion.com/), and select the **MOBILE** tab. @@ -181,9 +181,9 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade ![Syncfusion UWP NuGet feed URL](NuGet_Packages_Images/img1.png) -3. Now, use this NuGet feed URL to access the Syncfusion® NuGet Packages in Visual Studio. +3. Now, use this NuGet feed URL to access the Syncfusion® NuGet Packages in Visual Studio. -### Add the Syncfusion® NuGet feed URL +### Add the Syncfusion® NuGet feed URL #### Windows @@ -193,7 +193,7 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade 3. Expand the **NuGet Package Manager** and select **Package Sources**. -4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion® UWP NuGet packages. +4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion® UWP NuGet packages. **Name:** Name of the package listed in the available package sources. **Source:** Syncfusion UWP NuGet Feed URL. @@ -213,7 +213,7 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade nuget update -self ~~~ -2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion® UWP NuGet packages: +2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion® UWP NuGet packages: ~~~ #Add specified Package Source in NuGet.config file diff --git a/uwp/Visual-Studio-Integration/Overview.md b/uwp/Visual-Studio-Integration/Overview.md index 0a4623a5c..09898285b 100644 --- a/uwp/Visual-Studio-Integration/Overview.md +++ b/uwp/Visual-Studio-Integration/Overview.md @@ -1,38 +1,38 @@ --- layout: post -title: About UWP Extensions control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® UWP Extensions control, its elements and more. +title: About UWP Extensions control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® UWP Extensions control, its elements and more. platform: uwp -control: Syncfusion® Extensions +control: Syncfusion® Extensions documentation: ug --- -# UWP Syncfusion® Extensions Overview +# UWP Syncfusion® Extensions Overview -The Syncfusion® UWP Visual Studio Extensions can be accessed through the Syncfusion® Menu to create and configure the project with Syncfusion® references in Visual Studio. The Syncfusion® UWP Extensions supports from Microsoft Visual Studio 2017. +The Syncfusion® UWP Visual Studio Extensions can be accessed through the Syncfusion® Menu to create and configure the project with Syncfusion® references in Visual Studio. The Syncfusion® UWP Extensions supports from Microsoft Visual Studio 2017. -N> Syncfusion® Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion® UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. +N> Syncfusion® Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion® UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. [Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWPVSExtensions) [Visual Studio 2019 or lower](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWP-Extensions) -I> The Syncfusion® UWP menu option is available from v17.1.0.32. +I> The Syncfusion® UWP menu option is available from v17.1.0.32. -The Syncfusion® provides the following extension supports in Visual Studio: +The Syncfusion® provides the following extension supports in Visual Studio: -1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion® UWP application by adding required Syncfusion® assemblies/NuGet based on the control chosen. -2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion® configuration and apply the fix like, wrong Framework Syncfusion® assembly added to the project or missing any Syncfusion® dependent assembly of a referred assembly. +1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion® UWP application by adding required Syncfusion® assemblies/NuGet based on the control chosen. +2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion® configuration and apply the fix like, wrong Framework Syncfusion® assembly added to the project or missing any Syncfusion® dependent assembly of a referred assembly. **No project selected in Visual Studio** ![Syncfusion Menu when No project selected in Visual Studio](Overview-images/Syncfusion_Menu_OverView1.png) -**Selected Syncfusion® UWP application in Visual Studio** +**Selected Syncfusion® UWP application in Visual Studio** ![Syncfusion Menu when Selected Syncfusion UWP application in Visual Studio](Overview-images/Syncfusion_Menu_OverView2.png) -N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. +N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. diff --git a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md index 146f4b300..a1ae2cf6a 100644 --- a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md +++ b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md @@ -1,21 +1,21 @@ --- layout: post -title: Notifications | Extension | Syncfusion® -description: For displaying the notifications about trial and newer version update information for Syncfusion® applications. +title: Notifications | Extension | Syncfusion® +description: For displaying the notifications about trial and newer version update information for Syncfusion® applications. platform: extension -control: Syncfusion® Extensions +control: Syncfusion® Extensions documentation: ug --- -# Syncfusion® Notifications +# Syncfusion® Notifications -Syncfusion® enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion® trial assemblies, updates regarding the availability of the latest Syncfusion® NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion® ensures that developers stay updated with Syncfusion® latest features and enhancements. +Syncfusion® enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion® trial assemblies, updates regarding the availability of the latest Syncfusion® NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion® ensures that developers stay updated with Syncfusion® latest features and enhancements. N> The Syncfusion Notification feature is available from Essential Studio v22.1.34. ## Notification Configuration -The Syncfusion® Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. +The Syncfusion® Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** @@ -23,27 +23,27 @@ It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** ## Notification Types -**1. Syncfusion® Trial Application Notification** +**1. Syncfusion® Trial Application Notification** -When you utilize Syncfusion® trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion® license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion®. +When you utilize Syncfusion® trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion® license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion®. ![Trial Notification](images/uwp-trial.png) -**2. Newer Syncfusion® NuGet Package Notification** +**2. Newer Syncfusion® NuGet Package Notification** -If you have installed lower versions of Syncfusion® NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion® NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. +If you have installed lower versions of Syncfusion® NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion® NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. ![NuGet Notification](images/uwp-nuget.png) **3. Newer Essential Studio Build Notification** -If you use older versions of Syncfusion® assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion® will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion® in your UWP development projects. +If you use older versions of Syncfusion® assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion® will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion® in your UWP development projects. ![Build Notification](images/uwp-build.png) **4. Invalid License Key Notification** -If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion® will display a notification message stating, **The provided Syncfusion® license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion® components. +If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion® will display a notification message stating, **The provided Syncfusion® license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion® components. ![Invalid Notification](images/uwp-invalid.png) diff --git a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md index f152f68f2..00cc727a4 100644 --- a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md +++ b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md @@ -1,12 +1,12 @@ --- layout: post -title: Toolbox Configuration | UWP | Syncfusion® -description: This section provides information regarding all the Syncfusion® Essential Studio® utilities and its usage +title: Toolbox Configuration | UWP | Syncfusion® +description: This section provides information regarding all the Syncfusion® Essential Studio® utilities and its usage platform: uwp -control: Essential Studio® +control: Essential Studio® documentation: ug --- # Toolbox Configuration -Syncfusion® UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion® UWP setup. \ No newline at end of file +Syncfusion® UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion® UWP setup. \ No newline at end of file diff --git a/uwp/Visual-Studio-Integration/Troubleshooting.md b/uwp/Visual-Studio-Integration/Troubleshooting.md index dd4a1acc6..4f36c517f 100644 --- a/uwp/Visual-Studio-Integration/Troubleshooting.md +++ b/uwp/Visual-Studio-Integration/Troubleshooting.md @@ -1,15 +1,15 @@ --- layout: post -title: Troubleshooting | UWP | Syncfusion® -description: Syncfusion® Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion® assembly reference, webconfig entries in projects. +title: Troubleshooting | UWP | Syncfusion® +description: Syncfusion® Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion® assembly reference, webconfig entries in projects. platform: uwp -control: Syncfusion® Extensions +control: Syncfusion® Extensions documentation: ug --- # Troubleshoot the project -Troubleshoot the project with the Syncfusion® configuration and apply the fix like, wrong .NET Framework version of added Syncfusion® assembly to the project or missing any Syncfusion® dependent assembly of a referred assembly. The Syncfusion® Troubleshooter can do the following: +Troubleshoot the project with the Syncfusion® configuration and apply the fix like, wrong .NET Framework version of added Syncfusion® assembly to the project or missing any Syncfusion® dependent assembly of a referred assembly. The Syncfusion® Troubleshooter can do the following: * Report the Configuration issues. @@ -17,18 +17,18 @@ Troubleshoot the project with the Syncfusion® configuration and apply the fix l ## Report the Configuration issues -The following steps help you to utilize the Syncfusion® Troubleshooter by Visual Studio. +The following steps help you to utilize the Syncfusion® Troubleshooter by Visual Studio. -> Before use the Syncfusion® Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion® Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. -1. To open Syncfusion® Troubleshooter Wizard, follow either one of the options below: +1. To open Syncfusion® Troubleshooter Wizard, follow either one of the options below: **Option 1:** - Open an existing Syncfusion® UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. + Open an existing Syncfusion® UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter.png) @@ -37,7 +37,7 @@ The following steps help you to utilize the Syncfusion® Troubleshooter by Visua ![Syncfusion Troubleshooter add-in](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img1.png) -2. Now, analyze the project and it will report the project configuration issues of Syncfusion® controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: +2. Now, analyze the project and it will report the project configuration issues of Syncfusion® controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: * Syncfusion assembly references. @@ -45,9 +45,9 @@ The following steps help you to utilize the Syncfusion® Troubleshooter by Visua ![No configuration changes required dialog box](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img2.png) -I> The Syncfusion® Troubleshooter command will be visible only for Syncfusion® projects that means the project should contain Syncfusion® assemblies or Syncfusion® NuGet packages referred. +I> The Syncfusion® Troubleshooter command will be visible only for Syncfusion® projects that means the project should contain Syncfusion® assemblies or Syncfusion® NuGet packages referred. -The Syncfusion® Troubleshooter handles the following project configuration issues: +The Syncfusion® Troubleshooter handles the following project configuration issues: 1. Assembly Reference Issues. @@ -55,7 +55,7 @@ The Syncfusion® Troubleshooter handles the following project configuration issu ### Assembly Reference Issues -The Syncfusion® Troubleshooter deals with the following assembly reference issues in Syncfusion® Projects. +The Syncfusion® Troubleshooter deals with the following assembly reference issues in Syncfusion® Projects. 1. Dependent assemblies are missing for referred assemblies from project. @@ -63,25 +63,25 @@ The Syncfusion® Troubleshooter deals with the following assembly reference issu ![Dependent assemblies missing issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img3.png) -2. Syncfusion® assembly version mismatched. Compare to all Syncfusion® assembly’s versions in the same project. If found any Syncfusion® assembly version inconsistency, the Syncfusion® Troubleshooter will show Syncfusion® assemblies version mismatched. +2. Syncfusion® assembly version mismatched. Compare to all Syncfusion® assembly’s versions in the same project. If found any Syncfusion® assembly version inconsistency, the Syncfusion® Troubleshooter will show Syncfusion® assemblies version mismatched. - **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion® assemblies referred assembly version is v17.1450.0.38. The Syncfusion® Troubleshooter will show Syncfusion® assembly version mismatched. + **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion® assemblies referred assembly version is v17.1450.0.38. The Syncfusion® Troubleshooter will show Syncfusion® assembly version mismatched. ![Assembly version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img4.png) ### NuGet Issues -The Syncfusion® Troubleshooter deals with the following NuGet package related issues in Syncfusion® projects. +The Syncfusion® Troubleshooter deals with the following NuGet package related issues in Syncfusion® projects. -1. Multiple versions of Syncfusion® NuGet Packages are installed. If Syncfusion® NuGet Package version is differ from other Syncfusion® NuGet Package version, the Syncfusion® Troubleshooter will show Syncfusion® NuGet package version is mismatched. +1. Multiple versions of Syncfusion® NuGet Packages are installed. If Syncfusion® NuGet Package version is differ from other Syncfusion® NuGet Package version, the Syncfusion® Troubleshooter will show Syncfusion® NuGet package version is mismatched. - **For Instance:** Syncfusion® UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion® Troubleshooter will be shown Syncfusion® package version mismatched. + **For Instance:** Syncfusion® UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion® Troubleshooter will be shown Syncfusion® package version mismatched. ![Syncfusion NuGet Packages version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img5.png) ## Apply the solution -1. After loading the Syncfusion® Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. +1. After loading the Syncfusion® Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. ![Syncfusion Troubleshooter wizard with project configuration issues](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img6.png) @@ -89,10 +89,10 @@ The Syncfusion® Troubleshooter deals with the following NuGet package related i ![Syncfusion Troubleshooter backup dialog](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img7.jpeg) -3. Wait for a while, the Syncfusion® Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. +3. Wait for a while, the Syncfusion® Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. ![Syncfusion Troubleshooter process success status message in visual studio status bar](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img8.jpeg) -4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion license registration required information dialog in Syncfusion Troubleshooter](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img9.jpeg) \ No newline at end of file From ceffaa6c2ca28b930d7b365691174465f02fa982 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Thu, 12 Dec 2024 15:15:39 +0530 Subject: [PATCH 03/11] resolved CI issue --- uwp/Deployment.md | 4 +- uwp/DotNET-Framework-support-History.md | 4 +- uwp/Featured-Samples.md | 4 +- .../Check-for-Updates.md | 14 +++---- .../Create-Project.md | 26 ++++++------ .../NuGet-Packages.md | 38 ++++++++--------- uwp/Visual-Studio-Integration/Overview.md | 24 +++++------ .../Syncfusion-Notifications.md | 24 +++++------ .../Toolbox-Configuration.md | 8 ++-- .../Troubleshooting.md | 42 +++++++++---------- 10 files changed, 94 insertions(+), 94 deletions(-) diff --git a/uwp/Deployment.md b/uwp/Deployment.md index 177ef52c2..2d4b81724 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -1,7 +1,7 @@ --- layout: post -title: Assembly installation and deployment | UWP | Syncfusion® -description: Learn how to install and deploy the Syncfusion® UWP component +title: Assembly installation and deployment | UWP | Syncfusion +description: Learn how to install and deploy the Syncfusion UWP component platform: uwp control: Installation and Deployment documentation: ug diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index 57dbdb1c3..c38c084e5 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -1,7 +1,7 @@ --- layout: post -title: .NET Framework support history for Syncfusion® Essential UWP controls -description: .NET Framework support history for Syncfusion® Essential UWP controls +title: .NET Framework support history for Syncfusion Essential UWP controls +description: .NET Framework support history for Syncfusion Essential UWP controls platform: uwp control: .Net Framework support History documentation: ug diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 12e083516..16ca4e5a9 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post -title: Guidance to run the samples | Syncfusion® -description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products +title: Guidance to run the samples | Syncfusion +description: Learn how to run the samples of Syncfusion Essential Studio UWP products platform: uwp control: Featured Samples documentation: ug diff --git a/uwp/Visual-Studio-Integration/Check-for-Updates.md b/uwp/Visual-Studio-Integration/Check-for-Updates.md index adef821ed..32b09d0fb 100644 --- a/uwp/Visual-Studio-Integration/Check-for-Updates.md +++ b/uwp/Visual-Studio-Integration/Check-for-Updates.md @@ -1,17 +1,17 @@ --- layout: post -title: Check for Updates | UWP | Syncfusion® -description: Syncfusion® Check for Updates provides Extensions to update most recent version of the Essential Studio® release. +title: Check for Updates | UWP | Syncfusion +description: Syncfusion Check for Updates provides Extensions to update most recent version of the Essential Studio release. platform: uwp control: Visual Studio Extensions documentation: ug --- -# Check for Updates in Syncfusion® Essential Studio® UWP +# Check for Updates in Syncfusion Essential Studio UWP -Syncfusion® provides the Extensions to update most recent version of the Essential Studio® release. So that, you always get the latest features, fixes, and improvements by installing the latest version. +Syncfusion provides the Extensions to update most recent version of the Essential Studio release. So that, you always get the latest features, fixes, and improvements by installing the latest version. -I> The Syncfusion® Check for updates is available from v17.1.0.32. +I> The Syncfusion Check for updates is available from v17.1.0.32. You can check updates availability in Visual Studio, and then install the update version if required. @@ -19,7 +19,7 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. ![Syncfusion check for updates menu](Check-for-Updates_images/Check-for-Updates_images-img1.png) @@ -27,4 +27,4 @@ You can check updates availability in Visual Studio, and then install the update ![Syncfusion check for updates wizard](Check-for-Updates_images/Check-for-Updates_images-img2.png) -3. You can download the Syncfusion® Essential Studio® from the Syncfusion® website by selecting **Download**. +3. You can download the Syncfusion Essential Studio from the Syncfusion website by selecting **Download**. diff --git a/uwp/Visual-Studio-Integration/Create-Project.md b/uwp/Visual-Studio-Integration/Create-Project.md index c64b7fa53..93f7d39e2 100644 --- a/uwp/Visual-Studio-Integration/Create-Project.md +++ b/uwp/Visual-Studio-Integration/Create-Project.md @@ -1,21 +1,21 @@ --- layout: post -title: Create Project | UWP | Syncfusion® -description: Syncfusion® provides the Visual Studio Project Templates for the Syncfusion® UWP platform to create Syncfusion® UWP Applications +title: Create Project | UWP | Syncfusion +description: Syncfusion provides the Visual Studio Project Templates for the Syncfusion UWP platform to create Syncfusion UWP Applications platform: uwp -control: Syncfusion® Extensions +control: Syncfusion Extensions documentation: ug --- # Create UWP application -Syncfusion® provides the **Visual Studio Project Templates** for the Syncfusion® UWP platform to create the Syncfusion® UWP Application adding required Syncfusion® assemblies/NuGet based on the control chosen. +Syncfusion provides the **Visual Studio Project Templates** for the Syncfusion UWP platform to create the Syncfusion UWP Application adding required Syncfusion assemblies/NuGet based on the control chosen. -I> The Syncfusion® UWP project templates are available from v15.3.0.26. +I> The Syncfusion UWP project templates are available from v15.3.0.26. -Use the following steps to create the Syncfusion® UWP project through the Visual Studio Project Template: +Use the following steps to create the Syncfusion UWP project through the Visual Studio Project Template: -> Before use the Syncfusion® UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion UWP Project Template, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. 1. To create a Syncfusion UWP project, follow either one of the options below: @@ -24,12 +24,12 @@ Use the following steps to create the Syncfusion® UWP project through the Vi ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog via Syncfusion menu](Syncfusion-Project-Templates_images/Syncfusion_Menu_ProjectTemplate.png) **Option 2:** - Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion® for UWP. + Choose **File -> New -> Project**. Opens a new dialog to create a new project. By filtering the project type with Syncfusion or using the **Syncfusion** keyword in the search option, you can get the templates offered by Syncfusion for UWP. ![Choose Syncfusion Universal Windows Application from Visual Studio new project dialog](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img1-latest.png) @@ -39,7 +39,7 @@ Use the following steps to create the Syncfusion® UWP project through the Vi 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® Universal Windows Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion Universal Windows Application by using the following Project Configuration dialog. **Project configurations** @@ -53,13 +53,13 @@ Use the following steps to create the Syncfusion® UWP project through the Vi **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion® components to configure. + **Components:** Choose the required Syncfusion components to configure. ![Syncfusion UWP Project configuration wizard](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. -4. After click **Create** button, the Syncfusion® UWP Application is created with required SDK/references and pages. +4. After click **Create** button, the Syncfusion UWP Application is created with required SDK/references and pages. ![Syncfusion UWP Project created with SDK reference](Syncfusion-Project-Templates_images/Syncfusion-Project-Templates-img5.jpeg) diff --git a/uwp/Visual-Studio-Integration/NuGet-Packages.md b/uwp/Visual-Studio-Integration/NuGet-Packages.md index a9cd6c1b9..f0c51aa1e 100644 --- a/uwp/Visual-Studio-Integration/NuGet-Packages.md +++ b/uwp/Visual-Studio-Integration/NuGet-Packages.md @@ -1,7 +1,7 @@ --- layout: post -title: UWP NuGet Packages | Syncfusion® -description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion® UWP control and more. +title: UWP NuGet Packages | Syncfusion +description: Learn here all about installation, managing and upgrading of NuGet Packages of Syncfusion UWP control and more. platform: uwp control: NuGet Packages documentation: ug @@ -9,13 +9,13 @@ documentation: ug # NuGet Packages in UWP -[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion® UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. +[NuGet](https://www.nuget.org/) can be used to automatically add files and references to your Visual Studio projects. You can use the Syncfusion UWP NuGet packages without installing the Essential Studio or UWP platform installation to development with the Syncfusion UWP controls. -From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion® components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). +From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc). -Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. +Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your UWP application to use Syncfusion controls. -N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion® will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). +N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/). ## Installing NuGet Packages @@ -33,13 +33,13 @@ The NuGet Package Manager can be used to search and install NuGet packages in th ![NuGet package manager dialog window](NuGet_Packages_Images/img4.png) -3. All the Syncfusion® UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. +3. All the Syncfusion UWP NuGet packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button. -N> The Syncfusion® NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> The Syncfusion NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ### Using Package Manager Console -To reference the Syncfusion® UWP component using the Package Manager Console as NuGet packages, follow the below step: +To reference the Syncfusion UWP component using the Package Manager Console as NuGet packages, follow the below step: 1. On the **Tools** menu, select **NuGet Package Manager** and then **Package Manager Console**. @@ -94,7 +94,7 @@ The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of N nuget.exe install “C:\Users\SyncfusionApplication\package.config” ~~~ -N> To Install earlier version of 16.2.0.46 Syncfusion® NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). +N> To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/uwp/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration). ## Upgrading NuGet packages @@ -109,7 +109,7 @@ NuGet packages can be updated to their specific version or latest version availa ### Using Package Manger Console -To update the installed Syncfusion® UWP NuGet packages using the Package Manager Console, follow the below steps: +To update the installed Syncfusion UWP NuGet packages using the Package Manager Console, follow the below steps: 1. On the **Tools** menu, select **NuGet Package Manager**, and then **Package Manager Console.** @@ -148,7 +148,7 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update -self ~~~ -2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion® UWP NuGet packages. +2. Open the downloaded executable location in the command window. Run the following “update commands” to update the Syncfusion UWP NuGet packages. ~~~ #update all NuGet packages from config file @@ -167,11 +167,11 @@ Using the NuGet CLI, all the NuGet packages in the project can be updated to the nuget update “C:\Users\SyncfusionApplication\package.config” ~~~ -## Syncfusion® NuGet feed URL Configuration +## Syncfusion NuGet feed URL Configuration -### Get the Syncfusion® NuGet feed URL +### Get the Syncfusion NuGet feed URL -You should get the private Syncfusion® UWP NuGet feed URL to install or upgrade the Syncfusion® UWP NuGet packages. To get the URL from Syncfusion® website use the following steps: +You should get the private Syncfusion UWP NuGet feed URL to install or upgrade the Syncfusion UWP NuGet packages. To get the URL from Syncfusion website use the following steps: 1. Navigate to [nuget.syncfusion.com](https://nuget.syncfusion.com/), and select the **MOBILE** tab. @@ -181,9 +181,9 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgr ![Syncfusion UWP NuGet feed URL](NuGet_Packages_Images/img1.png) -3. Now, use this NuGet feed URL to access the Syncfusion® NuGet Packages in Visual Studio. +3. Now, use this NuGet feed URL to access the Syncfusion NuGet Packages in Visual Studio. -### Add the Syncfusion® NuGet feed URL +### Add the Syncfusion NuGet feed URL #### Windows @@ -193,7 +193,7 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgr 3. Expand the **NuGet Package Manager** and select **Package Sources**. -4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion® UWP NuGet packages. +4. Click the **Add** button (green plus), and enter the ‘Package Name’ and ‘Package Source URL’ of the Syncfusion UWP NuGet packages. **Name:** Name of the package listed in the available package sources. **Source:** Syncfusion UWP NuGet Feed URL. @@ -213,7 +213,7 @@ You should get the private Syncfusion® UWP NuGet feed URL to install or upgr nuget update -self ~~~ -2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion® UWP NuGet packages: +2. Open the downloaded executable location in the command window, and run the following commands to configure the Syncfusion UWP NuGet packages: ~~~ #Add specified Package Source in NuGet.config file diff --git a/uwp/Visual-Studio-Integration/Overview.md b/uwp/Visual-Studio-Integration/Overview.md index 09898285b..84acb6ea9 100644 --- a/uwp/Visual-Studio-Integration/Overview.md +++ b/uwp/Visual-Studio-Integration/Overview.md @@ -1,38 +1,38 @@ --- layout: post -title: About UWP Extensions control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® UWP Extensions control, its elements and more. +title: About UWP Extensions control | Syncfusion +description: Learn here all about introduction of Syncfusion Essential Studio UWP Extensions control, its elements and more. platform: uwp -control: Syncfusion® Extensions +control: Syncfusion Extensions documentation: ug --- -# UWP Syncfusion® Extensions Overview +# UWP Syncfusion Extensions Overview -The Syncfusion® UWP Visual Studio Extensions can be accessed through the Syncfusion® Menu to create and configure the project with Syncfusion® references in Visual Studio. The Syncfusion® UWP Extensions supports from Microsoft Visual Studio 2017. +The Syncfusion UWP Visual Studio Extensions can be accessed through the Syncfusion Menu to create and configure the project with Syncfusion references in Visual Studio. The Syncfusion UWP Extensions supports from Microsoft Visual Studio 2017. -N> Syncfusion® Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion® UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. +N> Syncfusion Extension is published in Visual Studio Marketplace. We provided Separate Syncfusion UWP Extension support for Visual Studio 2022 and Visual Studio 2019 or lower. Please refer below Visual Marketplace link. [Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWPVSExtensions) [Visual Studio 2019 or lower](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.UWP-Extensions) -I> The Syncfusion® UWP menu option is available from v17.1.0.32. +I> The Syncfusion UWP menu option is available from v17.1.0.32. -The Syncfusion® provides the following extension supports in Visual Studio: +The Syncfusion provides the following extension supports in Visual Studio: -1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion® UWP application by adding required Syncfusion® assemblies/NuGet based on the control chosen. -2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion® configuration and apply the fix like, wrong Framework Syncfusion® assembly added to the project or missing any Syncfusion® dependent assembly of a referred assembly. +1. [Create Project](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Create the Syncfusion UWP application by adding required Syncfusion assemblies/NuGet based on the control chosen. +2. [Troubleshooting](https://help.syncfusion.com/uwp/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion configuration and apply the fix like, wrong Framework Syncfusion assembly added to the project or missing any Syncfusion dependent assembly of a referred assembly. **No project selected in Visual Studio** ![Syncfusion Menu when No project selected in Visual Studio](Overview-images/Syncfusion_Menu_OverView1.png) -**Selected Syncfusion® UWP application in Visual Studio** +**Selected Syncfusion UWP application in Visual Studio** ![Syncfusion Menu when Selected Syncfusion UWP application in Visual Studio](Overview-images/Syncfusion_Menu_OverView2.png) -N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. +N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. diff --git a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md index a1ae2cf6a..6cd5f97b9 100644 --- a/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md +++ b/uwp/Visual-Studio-Integration/Syncfusion-Notifications.md @@ -1,21 +1,21 @@ --- layout: post -title: Notifications | Extension | Syncfusion® -description: For displaying the notifications about trial and newer version update information for Syncfusion® applications. +title: Notifications | Extension | Syncfusion +description: For displaying the notifications about trial and newer version update information for Syncfusion applications. platform: extension -control: Syncfusion® Extensions +control: Syncfusion Extensions documentation: ug --- -# Syncfusion® Notifications +# Syncfusion Notifications -Syncfusion® enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion® trial assemblies, updates regarding the availability of the latest Syncfusion® NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion® ensures that developers stay updated with Syncfusion® latest features and enhancements. +Syncfusion enhances the user experience in UWP applications through notification messages. These notifications cover various aspects, including alerts for trial applications when utilizing Syncfusion trial assemblies, updates regarding the availability of the latest Syncfusion NuGet package, and notifications regarding newer releases of Essential Studio. By keeping users informed, Syncfusion ensures that developers stay updated with Syncfusion latest features and enhancements. N> The Syncfusion Notification feature is available from Essential Studio v22.1.34. ## Notification Configuration -The Syncfusion® Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. +The Syncfusion Options page allows you to configure notification settings. Customise trial and newer version notifications with a simple true or false toggle. It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** @@ -23,27 +23,27 @@ It can be accessed by clicking **Tools -> Options -> Syncfusion -> UWP** ## Notification Types -**1. Syncfusion® Trial Application Notification** +**1. Syncfusion Trial Application Notification** -When you utilize Syncfusion® trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion® license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion®. +When you utilize Syncfusion trial assemblies in your UWP application, you will receive a notification stating, **This application uses a trial Syncfusion license.** This notification encourages you to obtain a valid license key, enabling you to fully explore and experience the extensive features and capabilities offered by Syncfusion. ![Trial Notification](images/uwp-trial.png) -**2. Newer Syncfusion® NuGet Package Notification** +**2. Newer Syncfusion NuGet Package Notification** -If you have installed lower versions of Syncfusion® NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion® NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. +If you have installed lower versions of Syncfusion NuGet packages in your application, you will be notified about the availability of higher versions of Syncfusion NuGet packages on nuget.org. This empowers you to easily identify opportunities to upgrade and gain access to new features, performance enhancements, and bug fixes. ![NuGet Notification](images/uwp-nuget.png) **3. Newer Essential Studio Build Notification** -If you use older versions of Syncfusion® assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion® will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion® in your UWP development projects. +If you use older versions of Syncfusion assemblies or NuGet packages from **Essential Studio Universal Windows,** Syncfusion will notify you about new releases for the latest Essential Studio build. Updating to the newest version ensures access to recent features, enhancements, and important updates, maximizing the capabilities of Syncfusion in your UWP development projects. ![Build Notification](images/uwp-build.png) **4. Invalid License Key Notification** -If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion® will display a notification message stating, **The provided Syncfusion® license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion® components. +If you have mistakenly used an incorrect license key or used a license from another version or platform in your UWP application, Syncfusion will display a notification message stating, **The provided Syncfusion license key is invalid.** This message serves as a reminder to obtain a valid license key and ensure proper licensing for Syncfusion components. ![Invalid Notification](images/uwp-invalid.png) diff --git a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md index 00cc727a4..23554353a 100644 --- a/uwp/Visual-Studio-Integration/Toolbox-Configuration.md +++ b/uwp/Visual-Studio-Integration/Toolbox-Configuration.md @@ -1,12 +1,12 @@ --- layout: post -title: Toolbox Configuration | UWP | Syncfusion® -description: This section provides information regarding all the Syncfusion® Essential Studio® utilities and its usage +title: Toolbox Configuration | UWP | Syncfusion +description: This section provides information regarding all the Syncfusion Essential Studio utilities and its usage platform: uwp -control: Essential Studio® +control: Essential Studio documentation: ug --- # Toolbox Configuration -Syncfusion® UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion® UWP setup. \ No newline at end of file +Syncfusion UWP controls will be automatically configured in Visual Studio toolbox while installing the Syncfusion UWP setup. \ No newline at end of file diff --git a/uwp/Visual-Studio-Integration/Troubleshooting.md b/uwp/Visual-Studio-Integration/Troubleshooting.md index 4f36c517f..75d79fe0a 100644 --- a/uwp/Visual-Studio-Integration/Troubleshooting.md +++ b/uwp/Visual-Studio-Integration/Troubleshooting.md @@ -1,15 +1,15 @@ --- layout: post -title: Troubleshooting | UWP | Syncfusion® -description: Syncfusion® Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion® assembly reference, webconfig entries in projects. +title: Troubleshooting | UWP | Syncfusion +description: Syncfusion Troubleshooter is Visual Studio extension to troubleshoot the configuration issues in Syncfusion assembly reference, webconfig entries in projects. platform: uwp -control: Syncfusion® Extensions +control: Syncfusion Extensions documentation: ug --- # Troubleshoot the project -Troubleshoot the project with the Syncfusion® configuration and apply the fix like, wrong .NET Framework version of added Syncfusion® assembly to the project or missing any Syncfusion® dependent assembly of a referred assembly. The Syncfusion® Troubleshooter can do the following: +Troubleshoot the project with the Syncfusion configuration and apply the fix like, wrong .NET Framework version of added Syncfusion assembly to the project or missing any Syncfusion dependent assembly of a referred assembly. The Syncfusion Troubleshooter can do the following: * Report the Configuration issues. @@ -17,18 +17,18 @@ Troubleshoot the project with the Syncfusion® configuration and apply the fi ## Report the Configuration issues -The following steps help you to utilize the Syncfusion® Troubleshooter by Visual Studio. +The following steps help you to utilize the Syncfusion Troubleshooter by Visual Studio. -> Before use the Syncfusion® Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. +> Before use the Syncfusion Troubleshooter for UWP, check whether the **UWP Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the **Extensions -> Manage Extensions -> Installed** for Visual Studio 2019 or later and for Visual Studio 2017 **Tools -> Extensions and Updates -> Installed**. -1. To open Syncfusion® Troubleshooter Wizard, follow either one of the options below: +1. To open Syncfusion Troubleshooter Wizard, follow either one of the options below: **Option 1:** - Open an existing Syncfusion® UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. + Open an existing Syncfusion UWP Application, Click **Extensions->Syncfusion Menu** and choose **Essential Studio for UWP > Troubleshoot…** in Visual Studio. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter-latest.png) - N> In Visual Studio 2017, you can see the Syncfusion® menu directly in the Visual Studio menu. + N> In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu. ![Syncfusion Troubleshooter via Syncfusion menu](SyncfusionTroubleshooter_images/Syncfusion_Menu_Troubleshooter.png) @@ -37,7 +37,7 @@ The following steps help you to utilize the Syncfusion® Troubleshooter by Vi ![Syncfusion Troubleshooter add-in](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img1.png) -2. Now, analyze the project and it will report the project configuration issues of Syncfusion® controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: +2. Now, analyze the project and it will report the project configuration issues of Syncfusion controls in the Troubleshooter dialog if any issues found. If the project does not have any configuration issues, the dialog box will show there is no configuration changes required in following areas: * Syncfusion assembly references. @@ -45,9 +45,9 @@ The following steps help you to utilize the Syncfusion® Troubleshooter by Vi ![No configuration changes required dialog box](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img2.png) -I> The Syncfusion® Troubleshooter command will be visible only for Syncfusion® projects that means the project should contain Syncfusion® assemblies or Syncfusion® NuGet packages referred. +I> The Syncfusion Troubleshooter command will be visible only for Syncfusion projects that means the project should contain Syncfusion assemblies or Syncfusion NuGet packages referred. -The Syncfusion® Troubleshooter handles the following project configuration issues: +The Syncfusion Troubleshooter handles the following project configuration issues: 1. Assembly Reference Issues. @@ -55,7 +55,7 @@ The Syncfusion® Troubleshooter handles the following project configuration i ### Assembly Reference Issues -The Syncfusion® Troubleshooter deals with the following assembly reference issues in Syncfusion® Projects. +The Syncfusion Troubleshooter deals with the following assembly reference issues in Syncfusion Projects. 1. Dependent assemblies are missing for referred assemblies from project. @@ -63,25 +63,25 @@ The Syncfusion® Troubleshooter deals with the following assembly reference i ![Dependent assemblies missing issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img3.png) -2. Syncfusion® assembly version mismatched. Compare to all Syncfusion® assembly’s versions in the same project. If found any Syncfusion® assembly version inconsistency, the Syncfusion® Troubleshooter will show Syncfusion® assemblies version mismatched. +2. Syncfusion assembly version mismatched. Compare to all Syncfusion assembly’s versions in the same project. If found any Syncfusion assembly version inconsistency, the Syncfusion Troubleshooter will show Syncfusion assemblies version mismatched. - **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion® assemblies referred assembly version is v17.1450.0.38. The Syncfusion® Troubleshooter will show Syncfusion® assembly version mismatched. + **For Instance:** If “Syncfusion.Calculate.UWP” assembly (v17.1450.0.32) referred in project, but other Syncfusion assemblies referred assembly version is v17.1450.0.38. The Syncfusion Troubleshooter will show Syncfusion assembly version mismatched. ![Assembly version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img4.png) ### NuGet Issues -The Syncfusion® Troubleshooter deals with the following NuGet package related issues in Syncfusion® projects. +The Syncfusion Troubleshooter deals with the following NuGet package related issues in Syncfusion projects. -1. Multiple versions of Syncfusion® NuGet Packages are installed. If Syncfusion® NuGet Package version is differ from other Syncfusion® NuGet Package version, the Syncfusion® Troubleshooter will show Syncfusion® NuGet package version is mismatched. +1. Multiple versions of Syncfusion NuGet Packages are installed. If Syncfusion NuGet Package version is differ from other Syncfusion NuGet Package version, the Syncfusion Troubleshooter will show Syncfusion NuGet package version is mismatched. - **For Instance:** Syncfusion® UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion® Troubleshooter will be shown Syncfusion® package version mismatched. + **For Instance:** Syncfusion UWP platform packages installed multiple version (v16.4.0.54 & v17.1.0.38), Syncfusion Troubleshooter will be shown Syncfusion package version mismatched. ![Syncfusion NuGet Packages version mismatched issue shown in Troubleshooter wizard](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img5.png) ## Apply the solution -1. After loading the Syncfusion® Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. +1. After loading the Syncfusion Troubleshooter dialog, check the corresponding check box of the issue to be resolved. Then click the “Fix Issue(s)” button. ![Syncfusion Troubleshooter wizard with project configuration issues](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img6.png) @@ -89,10 +89,10 @@ The Syncfusion® Troubleshooter deals with the following NuGet package relate ![Syncfusion Troubleshooter backup dialog](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img7.jpeg) -3. Wait for a while, the Syncfusion® Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. +3. Wait for a while, the Syncfusion Troubleshooter is resolving the selected issues. After the troubleshooting process completed, there will be a status message in the Visual Studio status bar as “Troubleshooting process completed successfully”. ![Syncfusion Troubleshooter process success status message in visual studio status bar](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img8.jpeg) -4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +4. Then, Syncfusion licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion license registration required information dialog in Syncfusion Troubleshooter](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img9.jpeg) \ No newline at end of file From ed5a5fe27c5f6c5e0a90cf674a5f4a8836adba80 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Thu, 12 Dec 2024 16:53:11 +0530 Subject: [PATCH 04/11] reverted changes --- uwp/Add-Syncfusion-Controls.md | 38 ++++++++++++------------- uwp/Control-Dependencies.md | 6 ++-- uwp/Deployment.md | 4 +-- uwp/DotNET-Framework-support-History.md | 4 +-- uwp/Localization.md | 12 ++++---- uwp/Overview.md | 6 ++-- uwp/System-Requirements.md | 6 ++-- 7 files changed, 38 insertions(+), 38 deletions(-) diff --git a/uwp/Add-Syncfusion-Controls.md b/uwp/Add-Syncfusion-Controls.md index 53f4f9a2a..1d05225ae 100644 --- a/uwp/Add-Syncfusion-Controls.md +++ b/uwp/Add-Syncfusion-Controls.md @@ -1,7 +1,7 @@ --- layout: post -title: Steps to add Syncfusion® Essential UWP controls -description: Learn here all about the different ways to add Syncfusion® Essential UWP controls to the Visual Studio projects. +title: Steps to add Syncfusion Essential UWP controls +description: Learn here all about the different ways to add Syncfusion Essential UWP controls to the Visual Studio projects. platform: uwp control: Add Syncfusion Controls documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Add Syncfusion UWP Controls -The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, +The Syncfusion UWP controls can be added in a Visual Studio projects by using either of the following ways, * Through Designer * Through Code-Behind @@ -19,7 +19,7 @@ The Syncfusion® UWP controls can be added in a Visual Studio projects by usi ## Through Designer -Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt +Syncfusion UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt 1. Create a Universal Windows Platform project in Visual Studio. @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input"> ## Through Code-Behind -Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. +Syncfusion UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. 1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies. @@ -146,25 +146,25 @@ Me.Content = textBoxExt1 {% endtabs %} -N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. +N> Syncfusion controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion toolkit. ## Through Project Templates -Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. +Syncfusion provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion UWP platform to create Syncfusion UWP Applications. -I> The Syncfusion® UWP project templates are available from Essential Studio v15.3.0.26. +I> The Syncfusion UWP project templates are available from Essential Studio v15.3.0.26. -### Create Syncfusion® UWP Application +### Create Syncfusion UWP Application The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**. -1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. +1. To create a Syncfusion UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. ![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg) 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion UWP Application by using the following Project Configuration dialog. #### Project configurations: @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion® components to configure. + **Components:** Choose the required Syncfusion components to configure. ![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. -4. Once you click Create button, the Syncfusion® UWP Application is created. +4. Once you click Create button, the Syncfusion UWP Application is created. -5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. +5. Once the Project Configuration Wizard is done, the Syncfusion UWP Application is created with required SDK/references and pages. ![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg) -6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg) ## Through NuGet Packages -Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. +Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. Please refer below topic to configure and install the Syncfusion UWP NuGet packages in UWP application from Visual Studio. [Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) -After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. +After Installed required Syncfusion UWP NuGet packages in your application, we can utilize the Syncfusion UWP controls by following ways. * Through Designer * Through XMAL * Through Code-Behind -1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker +1.Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. We can add required Syncfusion UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion UWP NuGet package, controls will be listed under “Syncfusion controls for UWP” category. For example: SfColorPicker ![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png) diff --git a/uwp/Control-Dependencies.md b/uwp/Control-Dependencies.md index 740f2f5b8..519755201 100644 --- a/uwp/Control-Dependencies.md +++ b/uwp/Control-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post -title: Control dependencies | Universal Windows Platform | Syncfusion® -description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. +title: Control dependencies | Universal Windows Platform | Syncfusion +description: Control and it's Dependency assembly details for Syncfusion Essential Studio Universal Windows Platform (UWP) products. platform: uwp control: Control Dependencies documentation: ug --- -# Control Dependencies in the Syncfusion® UWP Controls +# Control Dependencies in the Syncfusion UWP Controls This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference. diff --git a/uwp/Deployment.md b/uwp/Deployment.md index 2d4b81724..4b4dc336e 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -11,9 +11,9 @@ documentation: ug ## Copy Local -Copying assemblies to local folder is supported by Syncfusion® components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. +Copying assemblies to local folder is supported by Syncfusion components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. -![UWP assembly Installation and deployment](Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) +![UWP assembly Installation and deployment](installation/Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) ## Installed Location diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index c38c084e5..7b8203d1d 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -10,7 +10,7 @@ documentation: ug ## Version Compatibility -This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions: +This table represents the Syncfusion Essential Studio UWP controls supported .NET Framework versions:
@@ -25,7 +25,7 @@ Yes ## Control compatibility -Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework: +Syncfusion UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
diff --git a/uwp/Localization.md b/uwp/Localization.md index 0850b812c..f1053ff82 100644 --- a/uwp/Localization.md +++ b/uwp/Localization.md @@ -1,15 +1,15 @@ --- layout: post -title: Localization in UWP Controls | Syncfusion® -description: Learn about localization support in Syncfusio®n UWP UI controls using .resw files and explains editing default strings of UWP controls. +title: Localization in UWP Controls | Syncfusion +description: Learn about localization support in Syncfusion UWP UI controls using .resw files and explains editing default strings of UWP controls. platform: uwp Control: Localization documentation: ug --- -# Localization of Syncfusion® UWP controls +# Localization of Syncfusion UWP controls -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion UWP controls by adding resource file for each language. ## Changing application culture @@ -47,7 +47,7 @@ End Class You can create .resw files for any language by following steps, -N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). +N> You can get the default resource files of all Syncfusion UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). 1) Right click your project and add new folder named `Resources`. @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da ## Editing default culture strings -You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. +You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion UWP controls reads the default string from the .resw files of application if its added. diff --git a/uwp/Overview.md b/uwp/Overview.md index 4d38c1215..e5617127e 100644 --- a/uwp/Overview.md +++ b/uwp/Overview.md @@ -1,12 +1,12 @@ --- -title: About UWP Overview control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. +title: About UWP Overview control | Syncfusion +description: Learn here all about introduction of Syncfusion Essential Studio for UWP, its controls, features and more. platform: uwp control: overview documentation: ug --- -# Welcome to Syncfusion® Essential Studio® for UWP +# Welcome to Syncfusion Essential Studio for UWP Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. diff --git a/uwp/System-Requirements.md b/uwp/System-Requirements.md index 2226ca4d7..4d4a6c3ac 100644 --- a/uwp/System-Requirements.md +++ b/uwp/System-Requirements.md @@ -1,7 +1,7 @@ --- layout: post -title: System Requirements in UWP - Syncfusion® -description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. +title: System Requirements in UWP - Syncfusion +description: Checkout and learn here all about the system requirements needed to use the Syncfusion UWP Components. platform: uwp control: System Requirement documentation: ug @@ -9,7 +9,7 @@ documentation: ug # System Requirements for UWP Components -This section describes the system requirements of Syncfusion® UWP Controls for development. +This section describes the system requirements of Syncfusion UWP Controls for development. ## Framework From ac3ed99d394cee98c402cb25cadd52e391c761e1 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 11:14:07 +0530 Subject: [PATCH 05/11] Resolved CI error --- uwp/Control-Dependencies.md | 6 +++--- uwp/Deployment.md | 2 +- uwp/Localization.md | 12 ++++++------ uwp/Overview.md | 8 ++++---- uwp/System-Requirements.md | 6 +++--- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/uwp/Control-Dependencies.md b/uwp/Control-Dependencies.md index 519755201..740f2f5b8 100644 --- a/uwp/Control-Dependencies.md +++ b/uwp/Control-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post -title: Control dependencies | Universal Windows Platform | Syncfusion -description: Control and it's Dependency assembly details for Syncfusion Essential Studio Universal Windows Platform (UWP) products. +title: Control dependencies | Universal Windows Platform | Syncfusion® +description: Control and it's Dependency assembly details for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Control Dependencies documentation: ug --- -# Control Dependencies in the Syncfusion UWP Controls +# Control Dependencies in the Syncfusion® UWP Controls This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [installation and deployment section](https://help.syncfusion.com/uwp/installation/web-installer/how-to-install) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) section to know how to add NuGet reference. diff --git a/uwp/Deployment.md b/uwp/Deployment.md index 4b4dc336e..d90e2cb3d 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -1,7 +1,7 @@ --- layout: post title: Assembly installation and deployment | UWP | Syncfusion -description: Learn how to install and deploy the Syncfusion UWP component +description: Learn how to install and deploy Syncfusion UWP component platform: uwp control: Installation and Deployment documentation: ug diff --git a/uwp/Localization.md b/uwp/Localization.md index f1053ff82..30ba8fcae 100644 --- a/uwp/Localization.md +++ b/uwp/Localization.md @@ -1,15 +1,15 @@ --- layout: post -title: Localization in UWP Controls | Syncfusion -description: Learn about localization support in Syncfusion UWP UI controls using .resw files and explains editing default strings of UWP controls. +title: Localization in UWP Controls | Syncfusion® +description: Learn about localization support in Syncfusion® UWP UI controls using .resw files and explains editing default strings of UWP controls. platform: uwp Control: Localization documentation: ug --- -# Localization of Syncfusion UWP controls +# Localization of Syncfusion® UWP controls -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion UWP controls by adding resource file for each language. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion® UWP controls by adding resource file for each language. ## Changing application culture @@ -47,7 +47,7 @@ End Class You can create .resw files for any language by following steps, -N> You can get the default resource files of all Syncfusion UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). +N> You can get the default resource files of all Syncfusion® UWP libraries from [GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files). 1) Right click your project and add new folder named `Resources`. @@ -73,4 +73,4 @@ N> Download demo link from [GitHub](https://github.com/SyncfusionExamples/uwp-da ## Editing default culture strings -You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion UWP controls reads the default string from the .resw files of application if its added. +You can change the default string of any control by adding the default .resw files ([from GitHub](https://github.com/syncfusion/uwp-controls-localization-resource-files)) to `Resources` folder of your application. Syncfusion® UWP controls reads the default string from the .resw files of application if its added. diff --git a/uwp/Overview.md b/uwp/Overview.md index e5617127e..d37f2c1c8 100644 --- a/uwp/Overview.md +++ b/uwp/Overview.md @@ -1,14 +1,14 @@ --- -title: About UWP Overview control | Syncfusion -description: Learn here all about introduction of Syncfusion Essential Studio for UWP, its controls, features and more. +title: About UWP Overview control | Syncfusion® +description: Learn here all about introduction of Syncfusion® Essential Studio® for UWP, its controls, features and more. platform: uwp control: overview documentation: ug --- -# Welcome to Syncfusion Essential Studio for UWP +# Welcome to Syncfusion® Essential Studio® for UWP -Essential UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. +Essential® UWP is a comprehensive collection of 35+ enterprise-grade UWP components for building windows store applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including Tools, Charts, Grids, Scheduler, Diagram and much more. ## How to best read this user guide diff --git a/uwp/System-Requirements.md b/uwp/System-Requirements.md index 4d4a6c3ac..2226ca4d7 100644 --- a/uwp/System-Requirements.md +++ b/uwp/System-Requirements.md @@ -1,7 +1,7 @@ --- layout: post -title: System Requirements in UWP - Syncfusion -description: Checkout and learn here all about the system requirements needed to use the Syncfusion UWP Components. +title: System Requirements in UWP - Syncfusion® +description: Checkout and learn here all about the system requirements needed to use the Syncfusion® UWP Components. platform: uwp control: System Requirement documentation: ug @@ -9,7 +9,7 @@ documentation: ug # System Requirements for UWP Components -This section describes the system requirements of Syncfusion UWP Controls for development. +This section describes the system requirements of Syncfusion® UWP Controls for development. ## Framework From 7a7f479b3c6e8e3b32d6cd82af976574e02b919f Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 11:30:07 +0530 Subject: [PATCH 06/11] Resolved image path error and front matter error --- uwp/Deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/Deployment.md b/uwp/Deployment.md index d90e2cb3d..78df87b21 100644 --- a/uwp/Deployment.md +++ b/uwp/Deployment.md @@ -1,7 +1,7 @@ --- layout: post title: Assembly installation and deployment | UWP | Syncfusion -description: Learn how to install and deploy Syncfusion UWP component +description: Learn how to install and deploy the Syncfusion UWP component platform: uwp control: Installation and Deployment documentation: ug @@ -13,7 +13,7 @@ documentation: ug Copying assemblies to local folder is supported by Syncfusion components. It can be achieved by setting the assembly’s Copy Local property to true, so that it can be copied to Bin\Release, Bin\Debug folders. The files .exe, .dll, .xml, .pri, rd.xml, .xaml are copied to client machines. -![UWP assembly Installation and deployment](installation/Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) +![UWP assembly Installation and deployment](Installation-and-Deployment_images/Installation-and-Deployment_img5.jpeg) ## Installed Location From 84763559e713126d6ee481c993bce0f8a749fbe7 Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 11:37:50 +0530 Subject: [PATCH 07/11] Added trademark symbol in DotNET-Framework-support-History.md file --- uwp/DotNET-Framework-support-History.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index 7b8203d1d..c38c084e5 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -10,7 +10,7 @@ documentation: ug ## Version Compatibility -This table represents the Syncfusion Essential Studio UWP controls supported .NET Framework versions: +This table represents the Syncfusion® Essential Studio® UWP controls supported .NET Framework versions:
@@ -25,7 +25,7 @@ Yes ## Control compatibility -Syncfusion UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework: +Syncfusion® UWP controls are always updated with the Microsoft latest Framework. The following table contains information about the control’s compatibility with the versions of .NET Framework:
From 4e97c22311d48fcf3aa1a7c8afbede38d94d51ca Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 11:53:53 +0530 Subject: [PATCH 08/11] included trademark symbol for Featured-Samples.md --- uwp/Featured-Samples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 16ca4e5a9..13387cce9 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post -title: Guidance to run the samples | Syncfusion -description: Learn how to run the samples of Syncfusion Essential Studio UWP products +title: Guidance to run the samples | Syncfusion® +description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products platform: uwp control: Featured Samples documentation: ug @@ -27,5 +27,5 @@ Sample Browser is available under following folder location: “[Installed Drive]:\Users\Public\Documents\Syncfusion\Universal Windows\{{ site.releaseversion }}\SampleBrowser” -N> In above section, Latest Essential Studio version details has been provided. User can refer installed Essential Studio version instead of mentioned version. +N> In above section, Latest Essential Studio® version details has been provided. User can refer installed Essential Studio® version instead of mentioned version. From 8dd1aa35d21006cb57aeb78e02404f12daf4ee0e Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 12:03:49 +0530 Subject: [PATCH 09/11] Resolved CI Error --- uwp/DotNET-Framework-support-History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/DotNET-Framework-support-History.md b/uwp/DotNET-Framework-support-History.md index c38c084e5..cde8e12c1 100644 --- a/uwp/DotNET-Framework-support-History.md +++ b/uwp/DotNET-Framework-support-History.md @@ -1,7 +1,7 @@ --- layout: post title: .NET Framework support history for Syncfusion Essential UWP controls -description: .NET Framework support history for Syncfusion Essential UWP controls +description: .NET Framework support history for Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: .Net Framework support History documentation: ug From 4566e0b65bd16d817adc6a38b4c17ca80a45a83a Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 12:10:23 +0530 Subject: [PATCH 10/11] Resolved CI error in Featured-Samples.md --- uwp/Featured-Samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/Featured-Samples.md b/uwp/Featured-Samples.md index 13387cce9..b6992eb95 100644 --- a/uwp/Featured-Samples.md +++ b/uwp/Featured-Samples.md @@ -1,7 +1,7 @@ --- layout: post title: Guidance to run the samples | Syncfusion® -description: Learn how to run the samples of Syncfusion® Essential Studio® UWP products +description: Learn how to run the samples of Syncfusion® Essential Studio® Universal Windows Platform (UWP) products. platform: uwp control: Featured Samples documentation: ug From 2442366ffd51fd122ecce33c584cb74884b9974d Mon Sep 17 00:00:00 2001 From: Yuvaraj Date: Sat, 14 Dec 2024 12:19:55 +0530 Subject: [PATCH 11/11] included trademark symbol for Add-Syncfusion-Controls.md --- uwp/Add-Syncfusion-Controls.md | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/uwp/Add-Syncfusion-Controls.md b/uwp/Add-Syncfusion-Controls.md index 1d05225ae..35abfeea3 100644 --- a/uwp/Add-Syncfusion-Controls.md +++ b/uwp/Add-Syncfusion-Controls.md @@ -7,9 +7,9 @@ control: Add Syncfusion Controls documentation: ug --- -# Add Syncfusion UWP Controls +# Add Syncfusion® UWP Controls -The Syncfusion UWP controls can be added in a Visual Studio projects by using either of the following ways, +The Syncfusion® UWP controls can be added in a Visual Studio projects by using either of the following ways, * Through Designer * Through Code-Behind @@ -19,7 +19,7 @@ The Syncfusion UWP controls can be added in a Visual Studio projects by using ei ## Through Designer -Syncfusion UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential UWP control through drag and drop from Toolbox. For example: SfTextBoxExt +Syncfusion® UI for UWP are added automatically to the Visual Studio Toolbox during installation. The following steps helps to add required Essential® UWP control through drag and drop from Toolbox. For example: SfTextBoxExt 1. Create a Universal Windows Platform project in Visual Studio. @@ -77,7 +77,7 @@ xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input"> ## Through Code-Behind -Syncfusion UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential UWP control through code. For example: SfTextBoxExt. +Syncfusion® UI for UWP can added at runtime using C# / VB. The following steps helps to add required Essential® UWP control through code. For example: SfTextBoxExt. 1.Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies. @@ -146,25 +146,25 @@ Me.Content = textBoxExt1 {% endtabs %} -N> Syncfusion controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion toolkit. +N> Syncfusion® controls for UWP package can be added (available under Universal Windows Platform => Extensions tab in Add reference dialog) in the cases of using most of the controls from Syncfusion® toolkit. ## Through Project Templates -Syncfusion provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion UWP platform to create Syncfusion UWP Applications. +Syncfusion® provides the **Visual** **Studio** **Project** **Templates** for the Syncfusion® UWP platform to create Syncfusion® UWP Applications. -I> The Syncfusion UWP project templates are available from Essential Studio v15.3.0.26. +I> The Syncfusion® UWP project templates are available from Essential Studio® v15.3.0.26. -### Create Syncfusion UWP Application +### Create Syncfusion® UWP Application The following steps direct you to create the **Syncfusion** **UWP** **Application** through the **Visual** **Studio** **Project** **Template**. -1. To create a Syncfusion UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. +1. To create a Syncfusion® UWP project, choose **New** **Project****->** **Syncfusion****->****Universal** **Windows****->****Syncfusion** **Universal** **Windows** **Application** from **Visual** **Studio**. ![Create Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img1.jpeg) 2. Name the **Project** and choose the destination location if required, then click **OK**. -3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion UWP Application by using the following Project Configuration dialog. +3. Then Project Configuration Wizard appears. Choose the options to configure the Syncfusion® UWP Application by using the following Project Configuration dialog. #### Project configurations: @@ -178,36 +178,36 @@ The following steps direct you to create the **Syncfusion** **UWP** **Applicatio **Template Type:** Select the template type of UWP Project, either Blank or Hamburger Menu or Hamburger Menu (MVVM). - **Components:** Choose the required Syncfusion components to configure. + **Components:** Choose the required Syncfusion® components to configure. ![Configure Syncfusion UWP project](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img4.jpeg) - N> If SDK is chosen as the reference type, then all the Syncfusion UWP controls will be added. So, you no need to select any components. + N> If SDK is chosen as the reference type, then all the Syncfusion® UWP controls will be added. So, you no need to select any components. -4. Once you click Create button, the Syncfusion UWP Application is created. +4. Once you click Create button, the Syncfusion® UWP Application is created. -5. Once the Project Configuration Wizard is done, the Syncfusion UWP Application is created with required SDK/references and pages. +5. Once the Project Configuration Wizard is done, the Syncfusion® UWP Application is created with required SDK/references and pages. ![UWP Application Created with required SDK and References](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img5.jpeg) -6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion® licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio®. ![Syncfusion Licensing Message Box](Add-Syncfusion-Controls_images/Syncfusion-Project-Templates_img6.jpeg) ## Through NuGet Packages -Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. Please refer below topic to configure and install the Syncfusion UWP NuGet packages in UWP application from Visual Studio. +Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. Please refer below topic to configure and install the Syncfusion® UWP NuGet packages in UWP application from Visual Studio. [Configuring Syncfusion NuGet packages in Visual Studio](https://help.syncfusion.com/uwp/visual-studio-integration/nuget-packages) -After Installed required Syncfusion UWP NuGet packages in your application, we can utilize the Syncfusion UWP controls by following ways. +After Installed required Syncfusion® UWP NuGet packages in your application, we can utilize the Syncfusion® UWP controls by following ways. * Through Designer * Through XMAL * Through Code-Behind -1.Syncfusion UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion NuGet package installation. We can add required Syncfusion UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion UWP NuGet package, controls will be listed under “Syncfusion controls for UWP” category. For example: SfColorPicker +1.Syncfusion® UI for UWP are added automatically to the specific Visual Studio UWP application Toolbox during Syncfusion® NuGet package installation. We can add required Syncfusion® UWP control through drag and drop from ToolBox. Toolbox configured from Syncfusion® UWP NuGet package, controls will be listed under “Syncfusion® controls for UWP” category. For example: SfColorPicker ![Add Colorpicker from ToolBox](Add-Syncfusion-Controls_images/Toolbox_ColoPicker1.png) @@ -216,7 +216,7 @@ After Installed required Syncfusion UWP NuGet packages in your application, we c N> Toolbox configuration by installing UWP NuGet packages support available from v15.4.0.17. -2.The following steps helps to add a required Essential UWP control through XAML code, for example: SfColorPicker +2.The following steps helps to add a required Essential® UWP control through XAML code, for example: SfColorPicker a. Include the namespace for Syncfusion.SfColorPickers.UWP assembly from Syncfusion.SfColorPickers.UWP NuGet package in MainPage.xaml. @@ -247,7 +247,7 @@ b. Now add the `SfColorPicker` control with a required optimal name using the in {% endtabs %} -3.The following steps helps to add a required Essential UWP control through code, for example: SfColorPicker +3.The following steps helps to add a required Essential® UWP control through code, for example: SfColorPicker a. Include the namespace for Syncfusion. SfColorPickers.UWP assembly in MainPage.xaml.cs