I want to serilaize the Columns and rows in a grid. As grid and
columncollectio n from DataGridView are not serializable, the derive from the
respecitive classes and implement ISerializable interface. But I can't
implement the protected constructor for serialization for Columns as the
basde class(DataGridV iewColumnCollec tion) doesn't have a default constructor.
What is an alternative forthis?
columncollectio n from DataGridView are not serializable, the derive from the
respecitive classes and implement ISerializable interface. But I can't
implement the protected constructor for serialization for Columns as the
basde class(DataGridV iewColumnCollec tion) doesn't have a default constructor.
What is an alternative forthis?
Comment