This is a migrated thread and some comments may be shown as answers.

Tab key press in Grid View Drop Down Causes Crash

1 Answer 145 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Allan Erickson
Top achievements
Rank 1
Allan Erickson asked on 16 Dec 2010, 04:10 PM
I have a GridView (v. 2010.2.10.806) with a text box column, a DateTime column, a DropDownList column and a check box column set at design time. The rows are constructed manually in a custom method that constructs rows of GridViewRowInfo objects based on a collection of custom objects.  This all works very well. In my testing however,  I have found that if the drop down list is extended, and I press the TAB key, the drop down is left blank and focus is moved to the next cell, and the application crashes on the next TAB key press. If other keys are pressed, the app seems hung and nothing happens. I have tried to work around this by capturing and supressing the TAB key press (in lieu of a better solution), but the GridView key down event does not seem to fire when the TAB key is pressed. I have also tried to implement the solution at http://www.telerik.com/community/forums/winforms/gridview/cell-keydown-event.aspx but had no success. Any input you may have is appreciated, Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Svett
Telerik team
answered on 22 Dec 2010, 09:31 AM
Hello Allan,

We have addressed several issues regarding the navigation with the TAB key. I recommend upgrading to the latest version Q3 2010 SP1 (v2010.3.10.1215). If you still experience issues, I would kindly ask you to open a new support ticket and send me a sample project. In regards to the other requirement, you should use the code snippet in the last forum post provided by my colleague Martin.

All the best,
Svett
the Telerik team
Check out the Q1 2011 Roadmap for Telerik Controls for Windows Forms.
Tags
GridView
Asked by
Allan Erickson
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or