Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions uwp/Color-Picker/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions uwp/DataGrid/Editing.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
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 to enable and disable editing support in Syncfusion UWP DataGrid control, its elements, and more.
platform: uwp
control: SfDataGrid
documentation: ug
---



# Editing in UWP DataGrid (SfDataGrid)
# 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.

Expand Down Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions uwp/DataGrid/Styles-and-Templates.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
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
---



# Styles and Templates in UWP DataGrid (SfDataGrid)
# 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.

Expand Down Expand Up @@ -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 %}
Expand Down
8 changes: 4 additions & 4 deletions uwp/RichTextBox/Localization.md
Original file line number Diff line number Diff line change
@@ -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.
platform: UWP
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.

Expand Down