Posted 31 January 2025, 2:31 pm EST - Updated 1 February 2025, 12:01 pm EST
Hi,
I am using Spread.NET in Visual Basic. I am having issues on a Spread control with Enter and Escape Keys.
There are some spread controls that Enter key will trigger Keydown event, while on other controls, the DialogKey event is the one triggered.
- How can I standardize the Event for that Enter key triggers KeyDown event?
Additionally, Escape key, while in EditMode, clears the contents of the cell in some Spread controls but not on others.
- How can I make Escape key only exit EditMode without clearing contents?
I am using latest Spread.Net version (18.0.20241.0) and programming in Visual Basic.net