﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Export hierarchical grid?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-hierarchical-grid/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Export hierarchical grid?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-hierarchical-grid/</link><pubDate>Fri, 13 Nov 2009 00:01:20 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Export client side event will require at least 3 parameter:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;em&gt;tblName&lt;/em&gt; ( string ) - The name of the table to be exported. &lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;&lt;em&gt;exportType&lt;/em&gt; ( string ) - The type of the exported document, e.g: "HTML", "PDF". &lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;&lt;em&gt;pageOrientation&lt;/em&gt; ( string ) - The page orientation of the exported document, e.g: "PORTRAIT", "LANDSCAPE". &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Here is the snippet:&lt;br /&gt;&lt;pre&gt;var grid = ISGetObject('WebGrid1');&lt;br /&gt;grid.ExportGrid("Customers", "PDF", "PORTRAIT"); &lt;/pre&gt;More detail regarding this function is detailed in the WebGrid documentation under the article &lt;em&gt;WebGrid Methods&lt;/em&gt;.&lt;br /&gt;</description></item><item><title>Export hierarchical grid?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-hierarchical-grid/</link><pubDate>Wed, 11 Nov 2009 05:12:07 GMT</pubDate><dc:creator>staffan.eriksson@semita.se</dc:creator><description>&lt;p&gt;I was invoking export client-side from a button outside the grid. After adding the name of the table the export works.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;// Staffan&lt;/p&gt;</description></item><item><title>Export hierarchical grid?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-hierarchical-grid/</link><pubDate>Wed, 04 Nov 2009 22:45:21 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Enabling export in the sample HierarchicalGrid.aspx, provided WebGrid sample,  and using the latest release build for WebGrid 6 and WebUIFramework 3, build 218 and build 705 respectively, I could not replicate the issue you are reporting.&lt;/p&gt;&lt;p&gt;I have tried the export to numerous document type but still could not produce the error message.&lt;/p&gt;</description></item><item><title>Export hierarchical grid?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-hierarchical-grid/</link><pubDate>Thu, 29 Oct 2009 09:11:44 GMT</pubDate><dc:creator>staffan.eriksson@semita.se</dc:creator><description>&lt;p&gt;I have a hierarchical grid (Webgrid 6.0) but when exporting it to pdf I receive: "Error: 'IsRootTable' is null or not an object".&lt;br /&gt;&lt;br /&gt;Isn't it possible to export a hierarchical grid?&lt;br /&gt;&lt;br /&gt;// Staffan&lt;/p&gt;</description></item></channel></rss>