Hi!
Is there a way to _not_ enter the edit mode if the user changes the selected cell using the arrow keys or by pressing enter?
(Event if the user was in edit mode before). I want to get closer to the behavior of excel.
Alex
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 29 Feb 2016, 09:53 AM
Hello Alex,
For this requirement, you can benefit from the KeyBoard Command Provider mechanism which RadGridView supports. Basically, within the overriden ProvideCommandsForKey() method, you can implement logic as suggested in the snippet below.
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Can you please give the suggestion a try and let me know how it goes?
Best Regards,
Stefan X1
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items