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

How to edit GridViewCell?

1 Answer 36 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Matan
Top achievements
Rank 1
Matan asked on 30 Oct 2014, 12:50 PM
 Have a RadGridView with a RadContextMenu whice contains a RadMenuItem.
Clicking on that RadMenuItem should allow the user to edit the relavent GridViewCell.
In reallity the cell becomes ediable but doesn't accept any key strokes except Backspace, Enter and Esc.
How may I fix that?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Matan
Top achievements
Rank 1
answered on 30 Oct 2014, 01:28 PM
OK having 
    Keyboard.Focus(radGridView);
    radGridView.Focus(); 
in 
    radGridView_PreparedCellForEdit

had fixed the problem
Tags
GridView
Asked by
Matan
Top achievements
Rank 1
Answers by
Matan
Top achievements
Rank 1
Share this question
or