AD
Administrator
Syncfusion Team
May 18, 2004 04:25 PM UTC
To serialize state information in a GridGroupingControl, try using the gridGroupingControl.WriteXmlSchema.
AD
Administrator
Syncfusion Team
May 18, 2004 04:40 PM UTC
is this correct:
System.Xml.XmlTextWriter xw = new System.Xml.XmlTextWriter("tempo1", null);
this.gridGroupingControl1.WriteXmlSchema(xw);
i get the follwing error:
There was an error reflecting type ''Syncfusion.Windows.Forms.Grid.Grouping.GridEngine
AD
Administrator
Syncfusion Team
May 18, 2004 08:06 PM UTC
Your code seems ok.
Have you downloaded the 2.0.5.1 update? There was an XML serialization problem in 2.0.5.0.
AD
Administrator
Syncfusion Team
May 18, 2004 10:37 PM UTC
aye there''s the rub!