The DIfference Display Error at DataGrid in WPF and SL

The DIfference Display Error at DataGrid in WPF and SL

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


st3fanus posted on Sunday, December 23, 2012

Hi there..

 

I have implemented Business List Object in DataGrid on Silverlight with business rules and then when an Validation Error happened The SIlverlight Data Grid has a red border and error message displayed at the bottom of DataGrid. It's Nice and I Iike that.

BUT, when I implement on WPF I just got a red border but there is no error message displayed at the bottom.

Could someone explained about these ? and Give me any sugesstions ?

 

For The record : I use CSLA 4.3.13

 

Thanks a lot

stefanus

RockfordLhotka replied on Thursday, December 27, 2012

The Silverlight and WPF controls are entirely different, and were written by two different teams at Microsoft. You should not expect them to work the same, and you will need to learn how to style the WPF control to get anything but the default red border.

Copyright (c) Marimer LLC