Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
308
Issue with the Grid that is directly bind to an custom class object
posted

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.

Parents
No Data
Reply
  • 355
    Offline posted

    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.

Children