From bf7f9d6c74de3624281c13f933bec8d0b8f02ad9 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Mon, 10 Aug 2026 07:49:47 -0400 Subject: [PATCH] Updated DataGrid (markdown) --- DataGrid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataGrid.md b/DataGrid.md index 56243db..c9d3af4 100644 --- a/DataGrid.md +++ b/DataGrid.md @@ -7,7 +7,7 @@ This datagrid was the first datagrid for WPF. It was released in 2007 and has be The datagrid control is contained in a separate assembly, Xceed.Wpf.DataGrid, which must be added to your project and then referenced where necessary. -Note: You can find complete documentation of the datagrid API [here](https://xceed.com/documentation/xceed-datagrid-for-wpf/). You can also find detailed descriptions of how the various classes work together in the [Xceed DataGrid for WPF documentation](https://xceed.com/wp-content/documentation/xceed-datagrid-for-wpf/webframe.html), but please bear in mind that that product's documentation covers features that may not be available in this Toolkit version. +Note: You can find complete documentation of the datagrid API [here](https://xceed.com/documentation/xceed-datagrid-for-wpf/). You can also find detailed descriptions of how the various classes work together in the [Xceed DataGrid for WPF documentation](https://xceed.com/documentation/xceed-datagrid-for-wpf/), but please bear in mind that that product's documentation covers features that may not be available in this Toolkit version. See the [[Advanced DataGrid]] page for a list of differences between the Toolkit's datagrid and the advanced edition, Xceed DataGrid for WPF.