GridControl export to html

Hi, Is there ayn gridcontrol feature to allow to export the row contents and cell formats to html table or and xml Regards Stefan

2 Replies

AD Administrator Syncfusion Team January 16, 2005 06:14 AM UTC

Currently, there is no support for serializing to/from HTML in our grid library. You can write individual style objects to an XML stream using style.WriteXml. You can also serialize the GridData object in XML. Here is a sample link. http://64.78.52.104/Support/user/uploads/XMLSerializer_4188.zip


AD Administrator Syncfusion Team July 5, 2005 05:09 PM UTC

One uses XML serialization through the FrameWorks''s System.Xml.Serialization.XmlSerializer class. And the other uses the System.Runtime.Serialization.Formatters.Soap.SoapFormatter class that outputs SOAP which should conform to special protocols that are part of SOAP.

Loader.
Up arrow icon