﻿<?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.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</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.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Mon, 02 Apr 2012 00:04:14 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hello David,&lt;/p&gt;&lt;p&gt;It does not matter. We also have InitializeChildDataSource for child rows. You can also finalize in there.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Fri, 30 Mar 2012 10:32:42 GMT</pubDate><dc:creator>davidpendry</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>Hello,&lt;br /&gt;&lt;br /&gt;We are having exactly the same problem with this sporadic bug.&lt;br /&gt;&lt;br /&gt;The InitializeDataSource cannot be used though as for some reason it only binds the root parent rows and not the child rows too..&lt;br /&gt;&lt;br /&gt;Could someone please tell me why this is ?&lt;br /&gt;&lt;br /&gt;David&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Thu, 09 Feb 2012 02:49:45 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I noticed that you bind your data in page load. This might be a problem. Please bind your data in InitializeDataSource event. &lt;/p&gt;
&lt;p&gt;e.g&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e)
{
     e.DataSource = searchResults;
}&lt;/pre&gt;
&lt;p&gt;Also, please specify DataKeyField in your RootTable.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Thu, 09 Feb 2012 01:29:50 GMT</pubDate><dc:creator>JammyMad</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;// We are using .NET 4.0 Entity Framework.&lt;br /&gt;// in the example below, searchResult is a DataTable with the bound columns for WGResults (Intersoft Web Grid)&lt;br /&gt;// We dynamically add the column to WGResult and assign it a data source.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;WGResults.DataSource = searchResults;&lt;br /&gt;WGResults.DataBind();&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;ISWebGrid:WebGrid ID="WGResults" runat="server" Height="500px" UseDefaultStyle="True"&lt;br /&gt;      Width="600px" DefaultStyleMode="Win7"&amp;gt;&lt;br /&gt;      &amp;lt;LayoutSettings GridLines="Vertical" AllowColumnFreezing="Yes" &lt;br /&gt;            AllowExport="Yes" AllowFilter="Yes" AllowSelectColumns="Yes"&lt;br /&gt;            PagingMode="ClassicPaging" PagingSize="50" AllowSorting="Yes"&amp;gt;&lt;br /&gt;           &amp;lt;ClientSideEvents OnRowContextMenu="WebGrid_OnRowContextMenu"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;&lt;br /&gt;       &amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt;&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;JammyMad&lt;/p&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Thu, 09 Feb 2012 01:18:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hello JammyMad,&lt;/p&gt;&lt;p&gt;What datasource? Is it XML? Can you send us a simple runable sample for that. You can see in our WebGrid sample about unbound sample. Also, XML datasource is also not supported like unbound scenario.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Thu, 09 Feb 2012 00:56:49 GMT</pubDate><dc:creator>JammyMad</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span&gt;What do you exactly mean by Unbound Webgrid? we assign it as datasource then we databind it.&lt;var id="yiv503686435yui-ie-cursor"&gt;&lt;/var&gt;&lt;br class="yiv503686435yui-cursor" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;JammyMad&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Wed, 08 Feb 2012 23:08:41 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Are you using Unbound WebGrid? If yes, this is the limitation for unbound. You could not use FlyPostBackRequest in unbound scenario such as Refresh, Sorting, Add, Update, Delete, Filtering, Groung, etc.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGridNET-Enterprise-Version-70--Unable-to-communicate-with-server-unhandled-exception-error/</link><pubDate>Wed, 08 Feb 2012 05:28:11 GMT</pubDate><dc:creator>JammyMad</dc:creator><category>unhandled exception error</category><category>Unable to communicate with server</category><category>WebGrid.NET Enterprise Version 7.0</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am encountering an intermetent error when trying to sort a certain column.&lt;/p&gt;
&lt;p&gt;The error is &lt;em&gt;&lt;strong&gt;WebGrid.NET Enterprise Version 7.0 -Unable to communicate with server: unhandled exception error&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I have attached the error encountered for reference.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Additional details:&lt;/p&gt;
&lt;p&gt;IE8&lt;/p&gt;
&lt;p&gt;Windows 7&lt;/p&gt;
&lt;p&gt;Visual Studio 2010 &lt;/p&gt;
&lt;p&gt;.Net Framework 4.0&lt;/p&gt;
&lt;p&gt;Server is up&lt;/p&gt;
&lt;p&gt;No connection related jobs are running&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks and more power.&lt;/p&gt;</description></item></channel></rss>