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
390
PreviewKeyDown not firing
posted

In my last topic ( http://news.infragistics.com/forums/p/22571/83427.aspx#83427 )i managed to add a new row to my grid while tabbing in the last cell in the last row.

Now i want the same thing in another grid but the PreviewKeyDown  won't fire for me. WIth some testing i found out that it would fire after being in a cell that has either a checkbox or a dropdownlist (that does not allow editing). I suspect that the problem lies in the fact that the last cell is just a regular cell that i'm editing at the time i'm trying to tab out of it. Do note that i can tab to the next cell just fine.

Anyone have any idea why the event doesn't fire and how i can get it to fire for my grid. I do need the PreviewKeyDown event btw because i want to know from which cell they are tabbing from.

Thanks in advance.