Skip to content

Replies

0
Dana
Dana answered on May 19, 2015 3:36 PM

Hi Nadya!

Thank you for your quick reply! That did the trick, now up and down arrows are working according to our specs. Thank you again!

Dana K

0
Dana
Dana answered on May 18, 2015 3:24 PM

Hi Nadya,

We added the event KeyDown for the EditoControls (text, numeric, dates) and the arrow keys started to work with editor controls , but now there is an issue with value in the cell containing editor control:

  • Enter into edit mode on the top cell for Cost Rate (by clicking on the cell)
  • Change 1.99 to 2.55
  • Hit down arrow, the value in the top cell changes back to 1.99

Please advise.

Thanks!

Dana K

0
Dana
Dana answered on May 13, 2015 4:46 PM

Hi Nadya,

Thank you for providing the sample. We finally narrowed the problem down to having an editor in EditingColumnSetting for a column. Please see attached example, you’ll see that Cost Rate column works with up and down arrows, but column Cost Rate Currency that is using TextEditorProvider is not responding to up and down keys.

Thank you!

Dana K

0
Dana
Dana answered on May 8, 2015 3:45 PM

Hi Nadia,

Thank you for your reply and the sample. I realized that we didn’t specify that we see the problem with arrows not moving up and down when grid cells are in edit mode. When cells are not editable, then up and down arrows work, just like in your example. But our client’s requirement is that in edit mode, they should to be able to navigate up and down the cells using arrow keys. Please see attached sample – when you click on a cell, for example Cost Rate on “Other Expense” row, it “turns” into edit mode. From there, click down arrow, and the cursor does not move to the row below.

In v 13.1 we were using grid client event KeyDown to catch and override up and down arrows behavior. But in v 15.1 KeyDown event is not fired on up and down key in edit mode. Could you please provide a solution for this problem?

Thank you!

Dana K