Skip to content

Commit ea33452

Browse files
Merge pull request #715 from alvinashcraft/alvinashcraft/main-update-links-on-datagrid-control
Update DataGrid page with correct links
2 parents 0c15f44 + 2b7cf99 commit ea33452

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/controls/DataGrid.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The DataGrid control provides a flexible way to display a collection of data in
1111

1212
![DataGrid control](../resources/images/Controls/DataGrid/DataGrid.gif)
1313

14+
> [!NOTE]
15+
> The DataGrid control is not part of the WinUI 3 controls available in the Windows Community Toolkit version 8.0 and later yet. The control is available for UWP and Uno Platform apps in Windows Community Toolkit version 7.1.0.
16+
1417
The built-in column types include a text column, a check box column, a combobox column and a template column for hosting custom content. The built-in row type includes a drop-down details section that you can use to display additional content below the cell values.
1518

1619
The DataGrid control supports common table formatting options, such as alternating row backgrounds and foregrounds and the ability to show or hide headers, grid lines, and scroll bars. Additionally, the control provides several style and template properties that you can use to completely change the appearance of the control and its rows, columns, cells, and row or column headers.
1720

1821
The DataGrid has built-in support for Narrator and Touch Narrator to help blind users to navigate and interact easily with the control. Additionally, the control has built-in support for extensive keyboard navigation through cells, headers, rows and columns.
1922

20-
> [!div class="nextstepaction"]
21-
> [Try it in the sample app](uwpct://Controls?sample=DataGrid)
22-
2323
## How-Tos
2424

2525
The following guidance sections describe the additional concepts and techniques that you can use to build DataGrid control features into your applications:
@@ -35,13 +35,13 @@ The following guidance sections describe the additional concepts and techniques
3535

3636
## Sample Project
3737

38-
See the [DataGrid in action](uwpct://Controls?sample=DataGrid) from the **[Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp)**.
39-
4038
Here's the [DataGrid sample source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/DataGrid).
4139

42-
If you have the **XAML Controls Gallery** app installed, [open the app and see the DataGrid in action](xamlcontrolsgallery:/item/DataGrid).
40+
If you have the **WinUI 2 Gallery** app installed, you can use the app to see the DataGrid in action.
41+
42+
* [Get the WinUI 2 Gallery app (Microsoft Store)](https://apps.microsoft.com/detail/9msvh128x2zt)
4343

44-
* [Get the XAML Controls Gallery app (Microsoft Store)](https://www.microsoft.com/store/productId/9MSVH128X2ZT)
44+
See the other controls available in the **[Windows Community Toolkit Gallery app](https://apps.microsoft.com/detail/9nblggh4tlcq)** or try them with the gallery app [in your browser](https://toolkitlabs.dev/).
4545

4646
## Requirements
4747

0 commit comments

Comments
 (0)