Hi,
I have a flat file having records from a database which I have to display on the xamdatagrid.
What could be the best/ easiest way to accomplish this?
Got it. Read the records into StreamReader and then by iterating get it into a list and then assign it to Datasource .