What can be the reason that KeyDown Event works but KeyUp doesn't?

G

Guest

Hi,

I'm trying to look for an aswer to that question for long long time and i
can't find it.

I've a DataGrid which i want to bound one of it's cell to a KeyUp event, and
it doesn't work. All other events work, and KeyUp on a regular TextBox works
just fine. It worked for me in the past, and just stopped suddenly (i guess
after Windows Update). Maybe it's related to .NET Version, i don't know, but
i really have to find a solution.

Thanks,
Gidi.
 
G

Guest

Yup.
I've noticed this with IE, and decided not to rack my brains but simply "go
with the flow" and use onkeyup.
Peter
 
G

Guest

Sorry,
I should have said, "go with onkeydown" rather than "onkeyup".
You might want to check this out with other browsers (e.g. FireFox) as well.

Peter
 
G

Guest

Hi Peter,

I don't know if it's realted to IE becuase i'm not programming a web based
program, i'm writing a windows application.

The thing is that i need both the KeyDown and KeyUp events....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top