Ticket Q511930
Visible to All Users

Make BarEditItem with SpinEdit fire EditValueChanged immidiately

created 12 years ago

In my project I need to use SpinEdit as a bar item and I want it to fire EditValueChanged immediately after it will be changed by end user. To achieve this I set:

C#
repositoryItemSpinEdit1.EditValueChangedFiringMode = EditValueChangedFiringMode.Default; repositoryItemSpinEdit2.EditValueChangedFiringMode = EditValueChangedFiringMode.Default;

but it didn't help. The event fires only when the control loses focus or when the user presses Enter key as well. How can I make the control fire EditValueChanged event immediately after value has been changed?

Comments (1)
Alisher (DevExpress Support) 12 years ago

    Hi Konstantin,
    I was unable to reproduce the issue on my side. The EditValueChanged event fires immediately after changing a value in the spin editor. Please check the attached project and modify it to demonstrate the issue.
    I hope to hear from you soon.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.