Can i export FlexGrid data in .doc and .html file
I found example to export data in .pdf ans .xls file but not in .doc file.
Can any body help me in this regard,
Hi,
There's no way to do HTML natively (that I can think of), but you can use the WriteXML method to save as an XML document and then do an XML to XHTML transformation (see http://www.w3schools.com/xsl/xsl_transformation.asp for an example). You could also do an XSLT to convert the XML into a word document.
Also, if you're looking for FlexGrid help, you'll probably have more luck in the FlexGrid forum: http://forums.componentone.com/CS/forums/8.aspx
Thanks!