Ticket T1008729
Visible to All Users

DataGrid - Always be in batch edit mode without cell click or double click

created 4 years ago

I've been playing with the data grid and its batch editing mode. I think the normal way to start edit mode of a cell is to either click or double click the cell. Then either the built in cell editor (or custom cell template, if specified) is created and the edit control is shown.

This works well, but my UX team would like to have all the cells in the grid (for any editable column) be in edit mode immediately, not waiting for the user to click or double click into individual cells. We still want the batch mode behaviour, where changes are stored in memory until the clicks save.
Is this possible?

Thanks,
Trevor

Answers approved by DevExpress Support

created 4 years ago

Hello,

You can use the column's showEditorAlways property for columns that are editable. Set it to true and these columns will always be in edit mode.

Let us know if you have further questions.

    Comments (2)

      Ooh … that was easy. Thanks, it works as expected.

      DevExpress Support Team 4 years ago

        You're welcome!

        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.