Hi,
Facing an issue.
We are using the ultraGrid and that is directly bind to an custom class object. But while the object is being serialized at the same time that object is also bound to the grid, we got the exception saying the UltraGidRowsCollection should be marked as serializable.
Pls Help.
Could you provide some details as to what you mean are you trying to serialize the rows from the grid or the object? What approach are you using to serialize? Based on the fact that it is indicating that the UltraGidRowsCollection needs to be marked as serializable means that you are passing in the collection of rows from the grid not the collection of objects that it is displaying.
Hi Matt,
We are trying to serialize the object not the grid object and we are using binary serialization for that.
Thanks,
Sanjiv