Question

I'm looking for a vendor for a grid control for WPF that works nicely together with MVVM; and that allows grouping by dragging the columns. I've been looking around and at first sight it seems that my choice at the moment would be Telerik. If there are people that have experience with one or more vendors, I would like to hear your opinion. Thanks! L

Was it helpful?

Solution

The Xceed DataGrid for WPF does support MVVM. You can refer to their product page for more information here and you can also refer to their extensive and online documentation here.

After installation, you are also given many sample applications that are installed on your machine. You can find them here:

C:\Xceed Samples\Xceed DataGrid for WPF Professional Edition vX.X

OTHER TIPS

did you try the dataGrid included in WPF .net 4.0? as MS finally added one, you could first try to use it and see if it suits your needs.

except of course if you are limited (having to use .net prior to v4.0 for instance...)

see there for more info: http://msdn.microsoft.com/en-en/library/system.windows.controls.datagrid%28VS.95%29.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top