﻿<?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 - Remove item from Export Menu</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Remove-item-from-Export-Menu/</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>Remove item from Export Menu</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Remove-item-from-Export-Menu/</link><pubDate>Mon, 28 Sep 2009 22:22:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>ContextMenu</category><category>export</category><description>&lt;p&gt;Yes, it is possible. You can specify the items option export menu by specifying the name. &lt;/p&gt;&lt;p&gt;e.g&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;   function window::onload()
   {
       var grid = ISGetObject("WebGrid1"); 
       grid.ExportTypeList = new Array("PDF", "EXCEL", "XML"); 
       grid.ExportWndAttr = "height= 500, width= 700, scrollbars= yes, status= yes, toolbar= no, menubar= yes, location= no, resizable= yes";
       return true;
   }&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Remove item from Export Menu</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Remove-item-from-Export-Menu/</link><pubDate>Mon, 28 Sep 2009 12:07:01 GMT</pubDate><dc:creator>alagarde</dc:creator><category>ContextMenu</category><category>export</category><description>&lt;p&gt;Is it possible to remove items from the WebGrid Export menu?  I would like to particularly remove the HTML choice.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Al&lt;/p&gt;</description></item></channel></rss>