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
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