Tagged Questions
0
votes
1answer
1k views
Populate datagrid using Datacontext in C# WPF
I'm trying to get data from file. The file first has three lines of text that describes the file, then there is a header for the data below. I've managed to extract that. What I'm having problems is ...