North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for Windows Forms
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
State
See Verified Answer
Replies
1 reply
Subscribers
6 subscribers
Views
507436 views
Users
0 members are here
UltraGrid
Share
More
Cancel
685
Cell with ultra numeric editor control
andrea tosato
posted
over 15 years ago
Hi, my grid have a cell with editor control assigned to numeric editor control (type double nnnn,nn) on "quantity" cell. I written code for this behaviour: When user the edit the quantity cell, and press key down or key up, the edit goes on same cell of previous or next row, and the value of cell is confirmed. This work but there are a little problem: the numeric value in ultra numeric control when recieve key up or down is changet of one unit. For example: 15,00 then I press key up the edit go correctly on previous row but 15,00 is now 15,01. I think this is a behaviour of ultra numeric control with keys up and bown, but in this case I would to disable this feature. There is a way to do this ? Thanks, and sorry for bad english. Andrea.
685
Verified Answer
Offline
andrea tosato
posted
over 15 years ago
Founded!
I use the property e.Handled in KeyDown event if the key is arrow up or down.
A.
Cancel
Reply
Reject Answer
Cancel