Hello,
I have a XAMGRID and I want to know if there is any kind of error when the user introduces information in a cell. Actually it shows the red border and the message, but I want to know if there is a kind of mechanism to know in my viewModel if everything is ok or not. The aim is to set enabled o disabled some buttons.
How can I do this?
Thank you
Thank you for your post. I have been looking into it and I suggest you see this article:
http://www.silverlightshow.net/items/Data-Validation-in-Silverlight-3.aspx
where it is shown how to achieve your goal.
Hope this helps you.