From 8a44da9eab4a02a5e27cbeb9ab96bde0992cc379 Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Tue, 4 Jun 2024 15:01:37 +0300 Subject: [PATCH 1/4] SEO-184063-Coverage-issues-UWP-DOCS --- uwp/Color-Picker/Getting-Started.md | 6 +++--- uwp/DataGrid/Editing.md | 6 +++--- uwp/DataGrid/Styles-and-Templates.md | 6 +++--- uwp/RichTextBox/Localization.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/uwp/Color-Picker/Getting-Started.md b/uwp/Color-Picker/Getting-Started.md index 44415bc76..2a6559707 100644 --- a/uwp/Color-Picker/Getting-Started.md +++ b/uwp/Color-Picker/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with UWP Color Picker control | Syncfusion -description: Learn here about getting started with Syncfusion UWP Color Picker (SfColorPicker) control, its elements and more. +title: Getting started with UWP Color Picker Control | Syncfusion +description: Learn here all about getting started with Syncfusion UWP Color Picker control, its elements, and more. platform: uwp control: SfColorPicker documentation: ug --- -# Getting Started with UWP Color Picker (SfColorPicker) +# Getting Started with UWP Color Picker control This section explains how to create a RGB color model picker using the `SfColorPicker` control. diff --git a/uwp/DataGrid/Editing.md b/uwp/DataGrid/Editing.md index 82afa0273..def02eb34 100644 --- a/uwp/DataGrid/Editing.md +++ b/uwp/DataGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post -title: Editing in UWP DataGrid control | Syncfusion -description: Learn here all about Editing support in Syncfusion UWP DataGrid (SfDataGrid) control and more. +title: Editing in UWP DataGrid Control | Syncfusion +description: Learn here all about editing support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Editing in UWP DataGrid (SfDataGrid) +# Editing in UWP DataGrid Control SfDataGrid provides support for editing and it can be enabled or disabled by setting [SfDataGrid.AllowEditing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowEditing) property. diff --git a/uwp/DataGrid/Styles-and-Templates.md b/uwp/DataGrid/Styles-and-Templates.md index b5d41a1bc..d35b76a3a 100644 --- a/uwp/DataGrid/Styles-and-Templates.md +++ b/uwp/DataGrid/Styles-and-Templates.md @@ -1,7 +1,7 @@ --- layout: post -title: Styles and Templates in UWP DataGrid control | Syncfusion -description: Learn here all about Styles and Templates support in Syncfusion UWP DataGrid (SfDataGrid) control and more. +title: Styles and Templates in UWP DataGrid Control | Syncfusion +description: Learn here all about styles and templates support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Styles and Templates in UWP DataGrid (SfDataGrid) +# Styles and Templates in UWP DataGrid (SfDataGrid) contorol The appearance of SfDataGrid and its inner elements (example: Cell, Row, Header, Summary and etc.) can be customized using various properties exposed and editing its Style. diff --git a/uwp/RichTextBox/Localization.md b/uwp/RichTextBox/Localization.md index 107c7ed88..1b843ded3 100644 --- a/uwp/RichTextBox/Localization.md +++ b/uwp/RichTextBox/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in UWP RichTextBox control | Syncfusion -description: Learn here all about Localization support in Syncfusion UWP RichTextBox (SfRichTextBoxAdv) control and more. +title: Localization in UWP RichTextBox Control | Syncfusion +description: Learn here all about localization support in Syncfusion UWP RichTextBox control, its elements, and more. platform: UWP control: SfRichTextBoxAdv documentation: ug keywords: localization --- -# Localization in UWP RichTextBox (SfRichTextBoxAdv) +# Localization in UWP RichTextBox Control Localization is the process of configuring the application to a specific language. SfRichTextBoxAdv provides support to localize all the static text in radial menu and all its dialogs. Localization can be done by adding resource file (Resw) and setting the specific culture in the application. From 90c544fd7881d9c4784f120bff0800b8b1bdfda3 Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Tue, 4 Jun 2024 16:03:23 +0300 Subject: [PATCH 2/4] Made changes --- uwp/DataGrid/Editing.md | 6 +++--- uwp/DataGrid/Styles-and-Templates.md | 4 ++-- uwp/RichTextBox/Localization.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/uwp/DataGrid/Editing.md b/uwp/DataGrid/Editing.md index def02eb34..3df910f50 100644 --- a/uwp/DataGrid/Editing.md +++ b/uwp/DataGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post title: Editing in UWP DataGrid Control | Syncfusion -description: Learn here all about editing support in Syncfusion UWP DataGrid control, its elements, and more. +description: Learn here all about to enable and disable editing support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Editing in UWP DataGrid Control +# Editing in UWP DataGrid (SfDataGrid) control SfDataGrid provides support for editing and it can be enabled or disabled by setting [SfDataGrid.AllowEditing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowEditing) property. @@ -227,7 +227,7 @@ SfDataGrid triggers the following events during editing. [CurrentCellBeginEdit](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event occurs when the [CurrentCell](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.GridCurrentCellManager.html#Syncfusion_UI_Xaml_Grid_GridCurrentCellManager_CurrentCell) enter into edit mode. [CurrentCellBeginEditEventArgs](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.CurrentCellBeginEditEventArgs.html) has following members which provides information for `CurrentCellBeginEdit` event. -* [Cancel](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true): When set to ‘true’, the event is canceled and the `CurrentCell` does not enter into the edit mode. +* [Cancel](https://learn.microsoft.com/en-us/visualstudio/ide/not-in-toc/default?view=vs-2022&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.ComponentModel.CancelEventArgs.Cancel)&rd=true): When set to ‘true’, the event is canceled and the `CurrentCell` does not enter into the edit mode. * [RowColumnIndex](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.CurrentCellBeginEditEventArgs.html#Syncfusion_UI_Xaml_Grid_CurrentCellBeginEditEventArgs_RowColumnIndex): Gets the current row column index of the DataGrid. diff --git a/uwp/DataGrid/Styles-and-Templates.md b/uwp/DataGrid/Styles-and-Templates.md index d35b76a3a..1f954c561 100644 --- a/uwp/DataGrid/Styles-and-Templates.md +++ b/uwp/DataGrid/Styles-and-Templates.md @@ -9,7 +9,7 @@ documentation: ug -# Styles and Templates in UWP DataGrid (SfDataGrid) contorol +# Styles and Templates in UWP DataGrid (SfDataGrid) control The appearance of SfDataGrid and its inner elements (example: Cell, Row, Header, Summary and etc.) can be customized using various properties exposed and editing its Style. @@ -403,7 +403,7 @@ N> `GridColumn.CellStyle` takes higher priority than `SfDataGrid.CellStyle` prop ### Changing Grid line color -You can also change the gridline color by setting [GridCell.BorderBrush](https://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(System.Windows.Controls.Control.BorderBrush)&rd=true) property. +You can also change the gridline color by setting [GridCell.BorderBrush](https://learn.microsoft.com/en-us/visualstudio/ide/not-in-toc/default?view=vs-2022&f1url=%3FappId%3DDev10IDEF1%26l%3DEN-US%26k%3Dk(System.Windows.Controls.Control.BorderBrushs)&rd=true) property. {% tabs %} {% highlight xaml %} diff --git a/uwp/RichTextBox/Localization.md b/uwp/RichTextBox/Localization.md index 1b843ded3..7c5f28d3b 100644 --- a/uwp/RichTextBox/Localization.md +++ b/uwp/RichTextBox/Localization.md @@ -2,7 +2,7 @@ layout: post title: Localization in UWP RichTextBox Control | Syncfusion description: Learn here all about localization support in Syncfusion UWP RichTextBox control, its elements, and more. -platform: UWP +platform: uwp control: SfRichTextBoxAdv documentation: ug keywords: localization From 9dbe2729369b389a41b809fcbdb9633359d9ae8f Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Mon, 24 Jun 2024 09:37:41 +0300 Subject: [PATCH 3/4] comment resolved --- uwp/DataGrid/Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/DataGrid/Editing.md b/uwp/DataGrid/Editing.md index 3df910f50..71a27f513 100644 --- a/uwp/DataGrid/Editing.md +++ b/uwp/DataGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post title: Editing in UWP DataGrid Control | Syncfusion -description: Learn here all about to enable and disable editing support in Syncfusion UWP DataGrid control, its elements, and more. +description: Learn here all about editing support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug From c8f8cf0621182fba046a4f4bd55dd11a05523967 Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Mon, 24 Jun 2024 10:51:11 +0300 Subject: [PATCH 4/4] changes updated --- uwp/DataGrid/Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwp/DataGrid/Editing.md b/uwp/DataGrid/Editing.md index 71a27f513..3df910f50 100644 --- a/uwp/DataGrid/Editing.md +++ b/uwp/DataGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post title: Editing in UWP DataGrid Control | Syncfusion -description: Learn here all about editing support in Syncfusion UWP DataGrid control, its elements, and more. +description: Learn here all about to enable and disable editing support in Syncfusion UWP DataGrid control, its elements, and more. platform: uwp control: SfDataGrid documentation: ug