AD
Administrator
Syncfusion Team
November 4, 2004 09:38 AM UTC
In our code, the field holding user data is specifically marked as [NonSerialized]. So, it is not serialized, and data cannot be persisted using it.
If you want to serialized some custom data object along with the grid, set it into a cell''s style.Tag property. Then if your object implements ISerializable or is marked Serializable attribute, then it woul dbe serilzied as part of LoadBinary/SaveBinary calls.