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

Problem using Grid with keyboard

1 Answer 116 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 17 Mar 2009, 02:24 AM
Hi,

I'm used to work with the keyboard - especially with multiple changes.

So I do what:
a.) Scroll to the row where I want to make changes - (selecting the cell of course with double click)
b.) Edit the value
c.) Press enter
d.) Press key down (optional MS Datagrid changes the cell / row on enter)
e.) Press F2
f.) Change the value
g.) Press enter.....
....
m.) Press F2
n.) Find out that I don't need to change (F2 was a mistake)
o.) Press Enter

Alternative Method (need to change different cells).
a.) Scroll to the row where I want to make changes - (selecting the cell of course with double click)
b.) Edit the value
c.) Press enter
d.) Press down key -- maybe multiple times
e.) Press left / right key to select the correct column
f.) Press F2
....

So - this was what's going on with the MS Datagrid.

What's with RadGrid?
a.) Scroll to the row where I want to make changes - (selecting the cell of course with double click)
b.) Edit the value
c.) Press enter
--works :)
d.) Press down key -- maybe multiple times
--new row gets selected
e.) Press F2 --- nothing happens - the focus rectangle moved to the header of the first column in the first row.

The only way to get it down from there (without mouse) is pressing tab (while the focus moves from cell to cell - after the last cell to the next row......)

The other thing:
m.) Press F2
n.) Find out that I don't need to change (F2 was a mistake)
o.) Press Enter
--nothing happens as long as you don't change the value in the cell.

WPF is mend to build client applications. FAST applications - the thing should make dataentry (in case of grid) easy.
Of course it is nice when it binds to XXXX Million records extremely fast.
---(I would more say if you bind to that much records you should rethink your application design :)).
But that helps nothing when editing cells means using the mouse instead of intuitive typing.

Of course these things could be handled via "Cell.EditEnded" code behind things - but that's not the reason why I buy third party controls. I do this because I want to have RAD.

Regards

Manfred

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 19 Mar 2009, 11:42 AM
Hello Manfred Pohler,

Thank you for your constructive feedback. We are aware that keyboard navigation in RadGridView needs improvement and we are already adding the missing functionality and behaviors.
The list of your requirements is very detailed and we are going to use it directly as a guide for corrections and improvements to appear in the service pack.

Once again, thank you for helping us in making our product better. I have updated your Telerik points.

Regards,
Pavel Pavlov
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Pavel Pavlov
Telerik team
Share this question
or