Dusan
Dusan

Reputation: 5144

WPFDataGrid, how to switch all single row cells into edit mode

I am using standard WPF DataGrid. When user double clicks (or F2) on some cell, the cell switches to edit mode - displays input filed.

Is there a way to switch all cells in the current row into edit mode when user starts editing one of the cells?

If this is not possible, is there some workarounds on how to achieve this?

Upvotes: 0

Views: 1345

Answers (1)

Anatolii Gabuza
Anatolii Gabuza

Reputation: 6260

Seems like this is what you're looking for: DataGrid Tips & Tricks: Single-Click Editing

Upvotes: 1

Related Questions