ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2017-03-01 12:46:39

brian.shankland
Member
Registered: 2016-05-11
Posts: 15

BeforeCellKeyDown Only works on first key press

Previous topic on this was closed, but latest download still has same problem so topic needs to be maintained to prevent it being lost.

Using console logging I can see that on the first keypress when editing a cell the BeforeCellKeyDown event fires and I my routine is called, however all subsequent keys do not get seen so making this event really BeforeCellFirstKeyDown.

Offline

#2 2017-05-04 00:52:39

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: BeforeCellKeyDown Only works on first key press

When key is pressed on worksheet, the BeforeCellKeyDown is raised. But normally this key pressing will make worksheet enter Cell Edit mode, so after that BeforeCellKeyDown will not be raised, instead you can use CellEditCharInputed event, that is raised when any characters inputted by user during cell editing.

Offline

Board footer

Powered by FluxBB