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
3760
WHDG - Serialization of Collection Data
posted

Hi all,

I currently use Infragistics Version=11.1.2011.2116.

How do I set the serialization flag in code behind for the following?

Type 'Infragistics.Web.UI.GridControls.GroupedColumns' in Assembly 'Infragistics4.Web.v11.1, Version=11.1.20111.2116, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' is not marked as serializable.

 

Unfortunately documentation in this regard is greatly lacking.

 

Regards,

Tom

 

Parents
  • 14049
    Suggested Answer
    Offline posted
    Hello Tom,

    We have a separate persistence framework to handle whole grid serialization:
    http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=persistence-framework

    It helps you to save the state of the grid (or any control(s) on the page).
    Is it something that can be useful for you application?

    --
    Best regards,
    Alexander Kartavov
    Infragistics Team
    ASP.NET/jQuery Development Manager

    > Hi all,
    >
    > I currently use Infragistics Version=11.1.2011.2116.
    >
    > How do I set the serialization flag in code behind for the following?
    >
    > Type 'Infragistics.Web.UI.GridControls.GroupedColumns' in Assembly
    > 'Infragistics4.Web.v11.1, Version=11.1.20111.2116, Culture=neutral,
    > PublicKeyToken=7dd5c3163f2cd0cb' is not marked as serializable.
    >
    > Unfortunately documentation in this regard is greatly lacking.
    >
    > Regards,
    >
    > Tom
    >
Reply Children