AD
Administrator
Syncfusion Team
July 5, 2005 11:32 PM UTC
What type of grid are you using, GridControl, GridDataNoundGrid or GridGroupingControl?
I am not sure what you are after. For as GridControl, there are helper methods like this.gridControl1.DataExchange.CopyCellsToDataObject and this.gridControl1.DataExchange.PasteCellsFromDataObject that can move cell information to/from a GridData object. This GridData object can be serialized using XML as discussed in this forum thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=23609