Ticket T1282500
Visible to All Users

DxGrid - How to move to next row (cell in the same column) when Enter key is pressed after typing value

created 6 months ago

Hello

There is any already builtin mechanism to achieve this functionality ?

Or any example to be followed, like a javascript keyboard hook ?

Best Regards

Answers approved by DevExpress Support

created 6 months ago (modified 2 months ago)

Hi,

Thank you for reaching out to us.

Currently, the DxGrid component does not have a built-in option to customize the current navigation behavior in EditMode, and there is no available workaround either. We have plans to add this feature in the future, but we cannot share an exact timeline at present.

Regards,
Gian

UPD:
We are happy to announce that we recently released v25.1.3. This version introduces the following properties:

  • EditOnKeyPress mode. To start editing automatically when you begin typing, use this mode. You don't need to press Enter.
  • EnterKeyDirection property. If you set this property value to Column, then the focus moves one cell down in the same column when you press the Enter key.

This behavior is described in the following help topic: v25.1 Release Notes.

You can explore and test these features in the following online demo: Blazor: Grid - Edit Data - Edit Cell.

    Comments (3)

      Good morning,

      please set it as a very important funcionality to be done as soon as possible.

      It's necessary to allow users to fast-edit values inside grids. It's not acceptable to "mouse click in -digit value-mouse click out", this takes too much time for every real world data-entry scenery.

      This will block our development for a specific project, where data-entry needs to be fast.

      DevExpress Support Team 6 months ago

        Hi Lorenzo,

        Thank you for your feedback. I forwarded it to the team. Although I cannot share a specific timeline for this feature at present, we will definitely update this ticket once this feature is available.

        Regards,
        Gian

        Tony (DevExpress Support) 2 months ago

          Hi Lorenzo,

          We are happy to announce that we recently released v25.1.3. This version introduces the following properties:

          • EditOnKeyPress mode. To start editing automatically when you begin typing, use this mode. You don't need to press Enter.
          • EnterKeyDirection property. It enables you to automatically focus the next cell after pressing Enter when you finish cell editing.

          This behavior is described in the following help topic: v25.1 Release Notes.

          You can explore and test these features in the following online demo: Blazor: Grid - Edit Data - Edit Cell.

          Please let us know if you find this useful for your usage scenario. Feel free to share your feedback or ask additional questions.

          Best regards,
          Tony

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.