WPF Data Grid Bind Using MVVM, Create Columns Manually, Hide Empty Row, Display Record on Cell Click

Опубликовано: 17 Февраль 2026
на канале: WPF
3,095
20

0:00:00 Bind DataGrid using MVVM
0:08:50 Create the columns for your DataGrid control manually.
0:09:52 add a custom column with a button to delete records
0:12:35 hide this empty row, you can set the CanUserAddRows property to False
0:13:19 To display the record associated with a cell in a DataGrid control in a message box when the cell is clicked