Skip to content

Commit 3fdaf8e

Browse files
authored
Merge pull request #72 from unoplatform/dev/jela/dg-remove
Remove datagrid sample from prod
2 parents 84db026 + 8750aa3 commit 3fdaf8e

File tree

1 file changed

+10
-10
lines changed
  • Microsoft.Toolkit.Uwp.SampleApp.Shared/SamplePages

1 file changed

+10
-10
lines changed

Microsoft.Toolkit.Uwp.SampleApp.Shared/SamplePages/samples.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
// "Icon": "/SamplePages/TabView/TabView.png",
2525
// "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/TabView.md"
2626
//},
27-
{
28-
"Name": "DataGrid",
29-
"Type": "DataGridPage",
30-
"Subcategory": "Layout",
31-
"About": "Control that presents data in a customizable table of rows and columns.",
32-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid",
33-
"XamlCodeFile": "DataGridCode.bind",
34-
"Icon": "/SamplePages/DataGrid/DataGrid.png",
35-
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/DataGrid.md"
36-
},
27+
//{
28+
// "Name": "DataGrid",
29+
// "Type": "DataGridPage",
30+
// "Subcategory": "Layout",
31+
// "About": "Control that presents data in a customizable table of rows and columns.",
32+
// "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid",
33+
// "XamlCodeFile": "DataGridCode.bind",
34+
// "Icon": "/SamplePages/DataGrid/DataGrid.png",
35+
// "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/DataGrid.md"
36+
//},
3737
//{
3838
// "Name": "Carousel",
3939
// "Type": "CarouselPage",

0 commit comments

Comments
 (0)