After the grid is built, KeyDown on the arrow keys is not thrown if the checkbox editor value has not been set.
If I check the checkbox KeyDown for the arrow keys starts being thrown. If I un-check the checkbox KeyDown for the arrow keys continues to be thrown.
Infragistics2.Win.UltraWinGrid.v11.1
Version: 11.1.20111.2111
Runtime version: v2.0.50727
Also... if I check the check-box by hitting the space-bar then I don't get the arrow keys keydown. However, if I used the mouse to click/check the checkbox, leave the cell and come back to the cell, then the arrows keys keydown is thrown.
Hello Kipp,
I have tested the specified KeyDown event behaviour using the version 11.1.20111.2111. However, the KeyDown event is firing in all the mentioned use cases. The scenarios I tested are:
1. When there is no value set in the Editor area of the CheckBox. ArrowKeys are firing the KeyDown event as expected.2. If CheckBox is checked/unchecked arrow keys are throwing KeyDown as expected.3. When CheckBox is selected using Space -bar. KeyDown is firing when I press Space-bar. I need not to check the CheckBox with the mouse or leave the cell in order to get this working.
I have attached the sample project I used to test this. Please test it on your machine. Whether or not it works correctly may help indicate the nature of the problem. If there should be additional functionality to reproduce this behaviour then please modify the sample and send it back to us.
I will further look into this issue as soon as I hear back from you.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
BooleanRenderingIssue.zip
Thank you for posting on our forums.
I will create a sample using version 11.1.20111.2111 to observe the KeyDown on arrow keys not thrown in grid cell with checkbox editor with a value of null issue. I will test this issue and will send you a progress update by noon tomorrow.
Please let me know if you have any questions.