Import Columns of Data into Data Table for Data Grid View in C# and WPF
Need help with a project in C# / WPF. Trying to read a csv file or text file with columns of data that will be in any order and may or may not contain a header line.
Need to read them into some data structure and to display them with WPF (using data grid view for now). Problem is that I am unable to the entire user to alter column names.