﻿<?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 WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</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 WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Mon, 16 Nov 2009 22:18:17 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Export WebGrid</category><description>&lt;p&gt;WebGrid currently still has limited support for XHTML Doctype so we still suggest using HTML Doctype when you have a WebGrid in the page.&lt;/p&gt;&lt;p&gt;If you still wish to use the XHTML doctype, please remove the AutoHeight property and use a predefined height for the WebGrid in px.   &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Export WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Mon, 16 Nov 2009 11:26:12 GMT</pubDate><dc:creator>JNorte</dc:creator><category>Export WebGrid</category><description>&lt;p&gt;I,&lt;/p&gt;
&lt;p&gt;I found the cause of my problem.&lt;/p&gt;
&lt;p&gt;In weggrid defeniton I have:  &lt;/p&gt;
&lt;p&gt; &amp;lt;ISWebGrid:WebGrid runat="server" DefaultStyleMode="Elegant" width="100%"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;LayoutSettings  AllowExport = "Yes" AutoHeight = "true"&amp;gt;&amp;lt;/LayoutSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;Its work perfect when in stylesheet I have: &lt;/p&gt;
&lt;p&gt;html&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;Height:100%;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;The problem is when html element have this style the menu export dont be showed.&lt;/p&gt;
&lt;p&gt;If I delete html element defenition from style sheet the webgrid has shoed like image in attach.&lt;/p&gt;
&lt;p&gt;Are any way to solve this different the replace: &lt;/p&gt;
&lt;p&gt;"&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;"&amp;gt;" by:&lt;/p&gt;
&lt;p&gt; "&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;"&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Export WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Mon, 09 Nov 2009 21:26:10 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Export WebGrid</category><description>&lt;p&gt;I still suspect the issue is caused by missing resources required by the WebGrid, in this case some JS file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you are not using SmartWebResource, you must have a virtual directory for the resources which refered in the ScriptDirectory, SharedScriptDirectory, and WebDesktopScriptDirectory property. By default these properties will point to CommonLibrary folder, default location in C:\Program Files\Intersoft Solutions\CommonLibrary&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Export WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Mon, 09 Nov 2009 05:54:37 GMT</pubDate><dc:creator>JNorte</dc:creator><category>Export WebGrid</category><description>&lt;p&gt;I,&lt;/p&gt;
&lt;p&gt;I verify your sugestion; I have all this files in my Bin directory and problem still.&lt;/p&gt;
&lt;p&gt;I dont use SmartWebResorces but files are in bin directory.&lt;/p&gt;
&lt;p&gt;All works fine in WebGrid 6.&lt;/p&gt;
&lt;p&gt;I remember, has no error when click in export button but menu not appear.&lt;/p&gt;
&lt;p&gt;Any other sugestions? &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Export WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Sun, 08 Nov 2009 21:12:33 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Export WebGrid</category><description>This case is usually caused because you are missing some required dll, especially the resources one. My guess is you are using SmartWebResources, the default, in order to run your project. &lt;br /&gt;&lt;p&gt;For WebGrid, you will require these DLL in your project bin folder&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;ISNet.WebUI.WebGrid.dll&lt;/li&gt;&lt;li&gt;ISNet.WebUI.WebGrid.ISChartEngine.dll&lt;/li&gt;&lt;li&gt;ISNet.WebUI.WebGrid.Resources.dll&lt;/li&gt;&lt;li&gt;ISNet.WebUI.WebDesktop.Resources.dll&lt;/li&gt;&lt;li&gt;ISNet.WebUI.Resources.dll&lt;/li&gt;&lt;li&gt;ISNet.dll (in development environment should already be in GAC, not needed in the project bin folder)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;ISNet.WebUI.dll &lt;br /&gt;&lt;/li&gt;&lt;li style=""&gt;ISNet.dll (in development environment should already be in GAC, not needed in the project bin folder)&lt;/li&gt;&lt;/ul&gt;You also need to register SmartWebResources in your project by right clicking in our component in Design mode and click the &lt;em&gt;Register SmartWebResource&lt;/em&gt; option in the context menu. &lt;br /&gt;</description></item><item><title>Export WebGrid V7</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Export-WebGrid-V7/</link><pubDate>Fri, 06 Nov 2009 06:06:47 GMT</pubDate><dc:creator>JNorte</dc:creator><category>Export WebGrid</category><description>&lt;p&gt;I,&lt;/p&gt;
&lt;p&gt;I have a problem when try export with webgrid.&lt;/p&gt;
&lt;p&gt;When export button is clicked context menu not appear.&lt;/p&gt;
&lt;p&gt;In webgrid examples works well. In my developed site dont and in server production the problem still.&lt;/p&gt;
&lt;p&gt;I already upgrade to last version but the problem is there.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any help?&lt;/p&gt;
&lt;p&gt;Many thanks.&lt;/p&gt;</description></item></channel></rss>