﻿<?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 data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</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 data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Sun, 22 Apr 2012 23:04:05 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Greg,&lt;/p&gt;&lt;p&gt;Please refer to what I said before in my previous post. To resolve the issue, please simply add ISNet.WebUI.dll in your project bind folder.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Fri, 20 Apr 2012 20:30:53 GMT</pubDate><dc:creator>gstroud012</dc:creator><description>&lt;p&gt;Ok, I got it to run on the development machine but when I move it to the production box I get this error again.&lt;/p&gt;
&lt;p&gt;Could not load file or assembly 'ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a' or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The following dlls are in the bin directory and GAC: ISNet.dll, ISNet.WebUI.Resources, ISNet.WebUI.WebGrid, IsNet.WebUI.WebGrid.Resources.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Why am I getting this error?&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Tue, 17 Apr 2012 21:58:44 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Please kindly check your web.config and see if there are any ISNet assembliesthat refer to GAC (C:\windows\assembly).&lt;br /&gt;If there are, please remove them and add the assemblies manually in your project bin folder.&lt;/p&gt;
&lt;p&gt;In deployment, we did not install product in deployment environment. That's the reason why the assemblies are not in GAC. Unlike, development, those assemblies are in GAC. You can add those assemblies from C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Mon, 16 Apr 2012 23:09:02 GMT</pubDate><dc:creator>gstroud012</dc:creator><description>&lt;p&gt;I'm in the process of creating a simple example and noticed that I'm getting this design time error.  All I did was drop the grids on the page and tried to compile.  I can't find a ISNet.WebUI dll.  Any suggestions?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Error 1 The type 'ISNet.WebUI.ISNetControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a'. D:\test\Default.aspx.designer.cs 32 55 test&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Fri, 13 Apr 2012 06:39:53 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Have you seen my sample? Did it work on you? As I said before, please send me your runable sample. I need to see the issue and replicate as well in here. Regarding your sample, I could not run it because there are several missing resources. Looking into your code, it seems you did not bind your WebGrid in proper event like InitializeDataSource event. Also, I think you tried to rebind WebGrid. But as far I know, the code is not recommended.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; wgClosePOs.DataSource = ClosedPODS
 wgClosePOs.DataBind()
&lt;/pre&gt;
&lt;p&gt; it should be :&lt;br /&gt;&lt;/p&gt;&lt;pre&gt; wgClosePOs.ClearCacheDataSource()
 wgClosePOs.DataSource = ClosedPODS
 wgClosePOs.RebindDataSource()&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Wed, 11 Apr 2012 18:39:50 GMT</pubDate><dc:creator>gstroud012</dc:creator><description>&lt;p&gt;No.  I have tried to refresh the grid using the footer refresh Icon and it doesn't response.  Neither does the help icon.  The refresh and help do work on the master grid but of course that grid is outside of the update panel.  The source from the browser does not indicate data present (see attached).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I've attached the aspx and cs files along with the source from the browser.  &lt;/p&gt;
&lt;p&gt;I really think it has something to do with IIS.  It runs fine on the develompement pc running which  is running XP and using the built in web server that come with VS 2008.  The production servers are Server 2003 running IIS V6.0.  The application pool used is 2.0.50727.&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Wed, 11 Apr 2012 00:32:39 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Greg,&lt;/p&gt;&lt;p&gt;I think the data is loaded. Only the resize issue in WebGrid. Once again, if you click refresh icon in WebGrid2, would it show data and size correctly?&lt;br /&gt;I also attached my sample. It works fine in here. Perhaps, you can also send me your runable sample. I need it to investigate what is the issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Mon, 09 Apr 2012 21:15:33 GMT</pubDate><dc:creator>gstroud012</dc:creator><description>&lt;p&gt;Hi Handy&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I've attached a full screen shot.  It's very strange.  If I include the master grid in the same update panel they both disappear.  Its got to be something simple.&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Sun, 08 Apr 2012 21:51:31 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Greg,&lt;/p&gt;&lt;p&gt;I am not sure if that is the issue. Can you show the status bar in WebGrid? I suspect that this is a resizing issue in WebGrid. I think the data has been loaded. That's why I need you to show me the WebGrid status bar. Will it show the loaded record numbers in there? Also, try to refresh the WebGrid.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webgrid data not showing when placed in ajax update panel</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-data-not-showing-when-placed-in-ajax-update-panel/</link><pubDate>Sat, 07 Apr 2012 13:47:34 GMT</pubDate><dc:creator>gstroud012</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I'm experiencing a problem maybe someone can help me with.  I have a simple master detail tables setup with the detail in an Ajax UpdatePanel.  When I click the "Shorts" button in the mater table for a given row to show the detail the  webgrid becomes blank as if no postback occured.  It's important to note that this problem only occures on the production box.  On the dev machine I'm not having this problem.  The difference between the to machines is the box is running a local copy of cassani and not IIS.  On the production box the application runs under IIS.  &lt;/p&gt;
&lt;p&gt;I've attached screen shots of how it should look in dev (correct) and in Production.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any suggestions would be helpful&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Greg&lt;/p&gt;</description></item></channel></rss>