I have created a WPF datagrid and the columns are static (costume columns). Data grid rows are binding as per the data from data table rows. I want to set values to the WPF DataGrid
cells dynamically from another ArrayList
.
I'm not finding the cell index of rows, like dataGrid.Rows[i].Cells[j] = ArrayList[k]
.
Can anyone please help me? I'm new to WPF.
Thanks in advance.