Completed
Last Updated: 14 Jun 2018 14:46 by Dimitar
ADMIN
Hristo
Created on: 02 Feb 2018 08:43
Category: Editors
Type: Bug Report
0
FIX. RadSpinEditor - the CausesValidation property set on the control should propagate to the internally hosted text box
Workaround:
this.radSpinEditor1.CausesValidation = false;
((TextBox)this.radSpinEditor1.SpinElement.TextBoxItem.HostedControl).CausesValidation = false;
0 comments