Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Peter
Created on: 10 Jun 2013 04:03
Category: Editors
Type: Bug Report
1
FIX. RadSpinEditor - changing Hexadecimal property change the control's Value [
If I set a RadSpinEditor.Hexadecimal to true, then false without reading the value, the value will steadily increase.

Workaround:
    public class MySpinEditor : RadSpinEditor
    {
        public new bool Hexadecimal
        {
            get
           
0 comments