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
Hi Sanjiv,
It's really hard to even guess what the problem is here without a lot more information. What object are you trying to serialize?
If you are getting a message that the UltraGridRowsCollection needs to be marked as serialization, then it sounds to me like something you are doing must be trying to serialize the grid rows, which you cannot do.
If you are trying to serialize the object the grid is bound to, then that really has nothing to do with the grid or with any Infragistics components in general. You might be better off seeking assistance in a more general DotNet programming or Microsoft forum in that case.