Hi I’m working with a wpf DataGrid and I’d like to add a column of buttons that will appear as if it wasn’t a column but there was simply a button next to each row outside of the datagrid.
How will I go about that??
Hi I’m working with a wpf DataGrid and I’d like to add a column
Share
A Crude way of doing it is having two grids on either side one just for the buttons and the other for the data.
BUT have you looked at having the button in the DataGridRowHeader of the same datagrid? Is there are reason you are not using it?