I essentially would like users to paste in their data to a RadSpreadsheet and then click a button. Once Clicked I can process the data and save the data to a database. However, I would also like to manipulate the spreadsheet and rename the columns from ABC to a heading I choose.
Can you point me on how to change the column headings?
Can you point me into how to process the pasted data into a datatable or object when a button is clicked on the page?
Thanks!