I want to add two columns in wpf datagrid one image & one text columns dynamically.
Xaml code :
Use DataGridTemplateColumn. Define cell template in Window.Resources and use FindResource() to set column's CellTemplate property.
Window.Resources
CellTemplate
Hope this helps.