This question is locked. New answers and comments are not allowed.
Essentially I am attempting to display formatted data - unknown number of columns/rows at design time - into the gridview. Currently all data is returned to an observable collection but I need the ability to manipulate this data. The original plan was to temporarily store the manipulated data into a
dynamic array. This would allow me to dynamically set column headers as well as the individual cells within the gridiview. The problem occurs in that I am unable to populate the grid - grdTemp.ItemSource - strArray.
All of the rows/columns appear empty but if I export the gridview to excel then all of the rows are populated correctly. Any assistance or a better method to achieve the desired results would be greatly appreciated.
All of the rows/columns appear empty but if I export the gridview to excel then all of the rows are populated correctly. Any assistance or a better method to achieve the desired results would be greatly appreciated.
