Saving DataBoundGrid Model

When I try to call SaveSoap on my GridDataBoundGrid I get: The type Syncfusion.Windows.Forms.Grid.GridDataBoundGridModel in Assembly Syncfusion.Grid, Version=1.5.2.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89 is not marked as serializable. Are GridDataBoundGrids not serializable??

3 Replies

AD Administrator Syncfusion Team April 22, 2003 06:06 AM UTC

Currently, they are not. In a future release, we will include support for serializing the layout information. Here is the little sample that shows how you can do this now.


JP Julian Porter April 22, 2003 08:51 AM UTC

Then what are the SaveSoap/Binary and LoadSoap/Binary functions for?


AD Administrator Syncfusion Team April 22, 2003 05:35 PM UTC

They are used to serialize GridControl which is supported in the current releases.

Loader.
Up arrow icon