With the next Q3 2009 official release we are introducing a significant improvement to the validation mechanism of the RadGridView control. If we compare the new validation to the previous versions we add another validation layer (Data Layer) and refactoring of the related events. In a series of blog posts I’ll try to clarify this mechanism with several small examples. I’ll start the series with validation for a single cell.
How to: Validate data on a cell (property) level with RadGridView for Silverlight and WPF
The cell validation occurs when a GridViewCell is edited and its new data ...