Can you serialize a column or row independantly

Can i serialize just 1 or many columns or a row independantly and then be able to take an existing grid and append a new columns based off the serialized column. thanks, ak

1 Reply

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

Loader.
Up arrow icon