I am new in programming. I have a question about data biding in WPF.
I have two double arrays and would like to bind them to datagrid with two columns like:
-double[] acce goes to a column in datagridview with a header of "Acceleration"
-double[] peri goes to a column in datagridview with a header of "Period"
I googled this issue but could not find out the right one. An example showing how will be greatly appreciated. Thanks,
Listor better anobservable collectionof the objects. Then bind them to a datagridview. I think trying to bind to an array of values may bring its own challenges.