1
votes

ok, I'm totally confused. I'm new to WPF (don't know how many times I read this sentence in the last week) and I'm investigating in DataGrids for my project.

The DataGrid in WPF 4.0 does not provide too many features. Can anybody tell me if that grid is the same as in the WPF Toolkit?

Did the code from that project became part of .NET4.0?

If not, is there anywhere documentation on the WPF Toolkit DataGrid?

thank you

1
You could also give the Extended WPF Toolkit a try: wpftoolkit.codeplex.com - Staeff
I'm on it. But the ext. toolkit from Xceed has this community vs. commercial version where-is-the-difference-issue. I'm also trying Telerik, DevExpress, Syncfusion and ComponentOne. And I'm really getting sick already ;-) - anhoppe

1 Answers

1
votes

As far as I know DataGrid started as external control in WPF Toolkit but then was included in standard control library in WPF 4 (see related topic). So if you`re using WPF 4 then you don`t need no external toolkits to use DataGrid, and all it`s documentation can be found on MSDN: DataGrid.

There is a topic about datagrids here. It`s old but still more or less actual.