In my class ResultEntity if I do:
ResultEntity
_resultMulti = new List();
I see the following error message:
Just wrap your column definitions with DataGrid.Columns. As you are binding it using ItemsSource you can't put any direct content in the definition. It is considering your columns as items of the grid which can't go with ItemsSource collection.