When in WinGrid and activate a row with the mouse click, the down or up key does not seem to work. This is happening with the latest edition of Infragistics. I have not applied the hot fix yet, is that so? Please note that the Down or Up works if the row is activated by Tab or any other ways!
Is the cell in edit mode when you click on it? If so, then this key may be processed by the editor and so will not pass it onto the grid; a case where this might happen is if the editor uses spin buttons, since pressing up or down would change the value.
-Matt
No, nothing is in edit mode. Actually if cell is in edit mode, as only when in filter mode, I can press down arrow and it works. But when I click on a none editing row (not a cell) the arrow does not work!
I'm not sure what could be causing this problem unless you are removing or altering the KeyActionMappings of the grid, or something else is trapping the key and preventing it from executing. Can you reproduce the issue in a small sample (or even just a new grid)? If you post a small sample here, I can take a look at it.
Hi,
Thanks for your help and support. It was an event that did this, because we inherited the winGrid control. We fixed it. :-)