﻿<?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 - WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</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>WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</link><pubDate>Mon, 12 Aug 2013 23:25:59 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need to run the project in Integrated Pipeline mode, please ensure that you have specified the ASP.NET modules and handlers in the IIS &amp;lt;handlers&amp;gt; and &amp;lt;modules&amp;gt; configuration sections in Integrated mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;You can manually migrate the custom entries in the &amp;lt;system.web&amp;gt;&amp;lt;httpModules&amp;gt; and &amp;lt;system.web&amp;gt;&amp;lt;httpHandlers&amp;gt; configuration to &amp;lt;system.webServer&amp;gt;&amp;lt;modules&amp;gt; and &amp;lt;system.webServer&amp;gt;&amp;lt;handlers&amp;gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For example:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;system.webServer&amp;gt;
  &amp;lt;validation validateIntegratedModeConfiguration="false"/&amp;gt;
  &amp;lt;handlers&amp;gt;
    &amp;lt;add name="ISCoverFlow.axd_GET" path="ISCoverFlow.axd" verb="GET" type="ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowRequestHandler, ISNet.WebUI.Silverlight.WebAqua" preCondition="integratedMode"/&amp;gt;
    &amp;lt;add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/&amp;gt;
    &amp;lt;add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/&amp;gt;
    &amp;lt;add name="WebFileUploaderHttpHandler.axd_GET" path="WebFileUploaderHttpHandler.axd" verb="GET" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode"/&amp;gt;
    &amp;lt;add name="ISScheduler.axd_GET" path="ISScheduler.axd" verb="GET" type="ISNet.WebUI.WebScheduler.WebSchedulerRequestHandler, ISNet.WebUI.WebScheduler" preCondition="integratedMode"/&amp;gt;
  &amp;lt;/handlers&amp;gt;
  &amp;lt;modules&amp;gt;
    &amp;lt;add name="WebFileUploaderHttpModule_GET" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor"/&amp;gt;
  &amp;lt;/modules&amp;gt;
&amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</link><pubDate>Mon, 12 Aug 2013 09:13:14 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>WebGrid</category><description>This needs to be run in Integrated Pipeline Mode!!!&lt;br /&gt;</description></item><item><title>WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</link><pubDate>Tue, 06 Aug 2013 05:54:22 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;br /&gt;Yudi,&lt;br /&gt;&lt;br /&gt;Thank you for your response. you can reach the individual file here:&lt;br /&gt;&lt;br /&gt;http://www.estradabernardmd.com/admin/editconditions.aspx&lt;br /&gt;&lt;br /&gt;As you can see it is a bound file and it contains the data. The grid is just not showing it.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</link><pubDate>Mon, 05 Aug 2013 23:43:59 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;There are several factors that can cause the reported problem. Could you please provide us with more information about your WebGrid’s data? For example, is it bound or unbound WebGrid? Is it bind to data source control, or set the data in InitializeDataSource event, or bind to WebService (client binding)?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Sample scenario: bind WebGrid to SqlDataSource control.&lt;br /&gt;&lt;br /&gt;The data comes from server. Hence we can start the investigation by right-click on the rendered page and select “View Source”. When data binding success, we should be able to find the Customer data (for example) in here.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The investigation will be different if WebGrid is bound to WebService. Checking the JSON will be a good place to start for such scenario.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid Shows No Data</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Shows-No-Data/</link><pubDate>Mon, 05 Aug 2013 18:36:43 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;My webgrid shows no data when I move it to my webserver.  On my dev machine it works fine.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.estradabernardmd.com/images/webgrid.png"&gt;&lt;img style="border: medium none; width: 411px; height: 342px;" src="http://www.estradabernardmd.com/images/webgrid.png" /&gt; &lt;/a&gt; &lt;/p&gt;</description></item></channel></rss>