Is it possible to serialize a spreadsheet?
My app has a way that it can save text-only data (but not .xls or other files) and I'd like to save the current contents of a RadSpreadsheet control, so I can open it again later. This would let my users add/remove columns, add/remove charts etc.
Is there an easy way to do this?