Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » upgrades » Validation Rules   (RSS)
  • Re: Stack overflow on validations after update to 3.1 from 2

    Here you are the code. The highlighted code is the line where the Stack Overflow exception is thrown (because the validation rule executes once and once again when the underlying data is changed) : public override ValidationResult Validate(object value, CultureInfo cultureInfo, CellValidationContext cellValidationContext) { int ...
    Posted to Xceed DataGrid for WPF (Forum) by Antonio on February 3, 2009
  • Stack overflow on validations after update to 3.1 from 2

    Hi, I got a stack overflow in the validation after upgrading to 3.1. The validation rule changes the underlying dataset through the cellValidationContext.DataItem, and with this new version every change to this raises the execution of validation rule again, resulting in a stack overflow exception. This behaviour doesn't happen in the 2.0 version ...
    Posted to Xceed DataGrid for WPF (Forum) by Antonio on February 2, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.