Which third party WPF data grid you are using with CSLA?

Which third party WPF data grid you are using with CSLA?

Old forum URL: forums.lhotka.net/forums/t/4396.aspx


GeorgeG posted on Friday, February 22, 2008

We are trying to buy a third party wpf data grid that will be used with CSLA. Any feedback?

Thanks

 

zinovate replied on Wednesday, March 05, 2008

I am wondering the same.

Curelom replied on Wednesday, March 05, 2008

I use the Xceed datagrid.  But I mainly use it for viewing data as it doesn't support the IDataErrorInfo interface.  They just came out with a version 2.0 this week, it may support it.

zinovate replied on Wednesday, March 05, 2008

Thanks for the quick responce.

I hope the Xceed grid 2.0 has the support. I also own the Infragistics set but I am just getting started using CSLA so I'll let you know how that goes.

GeorgeG replied on Thursday, March 06, 2008

There is something on the web that MS will release a wpf datagrid in summer.

Curelom replied on Thursday, March 06, 2008

I've done a few experiments with Xceed's WPF DataGrid 2 and it looks like it doesn't support the IDataErrorInfo interface Sad [:(]

I have also heard about Microsoft coming out this year with a WPF grid.

GeorgeG replied on Friday, March 07, 2008

Probably we will re-shuffle the projects around and wait for the wpf ones. Hope by then 3rd party vendors will update their grids.

Paul Czywczynski replied on Friday, March 07, 2008


I heard an upcoming Xceed release will have it. I am sure the MS grid will have it as well but you're probably looking late this year until MS releases it. Even then Xceed will have more features since MS controls are basic and mostly just set a baseline for functionality.

Atopper replied on Tuesday, September 16, 2008

Has anyone tried the CodePlex WPF datagrid with CSLA?

Turntwo replied on Tuesday, October 21, 2008

I'm using Infragisitics XamDataGrid and it is working pretty well.  I managed to bind it to the CslaDataProvider and insert, update, and delete are all working.  Still working on the validation part however (the Save button disables when invalid data is entered, but no indication in the XamDataGrid of what the error is). 

I also tried Xceed, but wasn't having much luck with the data binding aspect. 

ajj3085 replied on Wednesday, October 22, 2008

The grid doesn't support IDataErrorInfo, but this page shows one solution.

I'm not totally happy with this solution; if it's possible for one item into the grid to not only invalidate itself, but another item, the other item won't get the error indicator because it works on the EndingCellEdit event, or whatever it's called.

Copyright (c) Marimer LLC