﻿<?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 - WebDesktop - WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</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, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Thu, 10 Feb 2011 22:35:02 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Yes, I understand about your point. Even though it runs well in non client binding scenario, but we suggest the same way. Otherwise, some issues can be occured due this settings. I will let us our developer know about this javascript error.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Thu, 10 Feb 2011 09:36:59 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;&lt;p&gt;I already did this work around. But I still see this as a fatal bug, this behaviour is not the same with non client binding mode.&lt;/p&gt;
&lt;p&gt;Its also not documented any where that we need to do that only on with the client side bidning!!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Wed, 09 Feb 2011 22:07:35 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;I am sorry that I was not being detail in my previous post. You can change the DataKeyField with ItemID, but you also need to add ItemID in your column. This the one that caused the error.&lt;br /&gt;If you don't like to show ItemID column, you can set Visible false properties in that column.&lt;br /&gt;When you specify a datakeyfield, It must be need also added into your column. Otherwise, you will face the error.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Wed, 09 Feb 2011 09:03:03 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;I think you didn't get my point here.&lt;/p&gt;&lt;p&gt;In your sample you have &lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-family: 'lucida sans unicode'; font-size: 13px;"&gt;&amp;lt;ISWebGrid:WebGridColumn&amp;gt; for FirstName. Try to remove that Column from the grid, and your sample will not work as well. &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;KEEP the&lt;/strong&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="text-decoration:underline;"&gt;DataKeyFielda as it is&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;OR&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Add on your database ItemID , then make it as your DataKeyField but do NOT add it as &lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-family: 'lucida sans unicode'; font-size: 13px;"&gt;&amp;lt;ISWebGrid:WebGridColumn&amp;gt;&lt;/span&gt;&lt;/span&gt; at all&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;OR&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;On your sample, you can replace ClientBindingWebService.aspx code with the next code in order to replicate the issue easier:&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientBindingWebService.aspx.cs"&lt;br /&gt;    Inherits="ClientBindingWebService" %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ Register Assembly="ISNet.WebUI.WebGrid" Namespace="ISNet.WebUI.WebGrid" TagPrefix="ISWebGrid" %&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head runat="server"&amp;gt;&lt;br /&gt;    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&lt;br /&gt;    &amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;        function MyInfo()&lt;br /&gt;        {&lt;br /&gt;            this.FirstName = "";&lt;br /&gt;            this.LastName = "";&lt;br /&gt;            this.Age = "";&lt;br /&gt;        }&lt;br /&gt;    &lt;br /&gt;    &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body id="body" runat="server" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"&amp;gt;&lt;br /&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;br /&gt;    &amp;lt;div&amp;gt;&lt;br /&gt;        &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="250px" UseDefaultStyle="True"&lt;br /&gt;            Width="500px" BindingOperationMode="ClientBinding"&amp;gt;&lt;br /&gt;            &amp;lt;LayoutSettings AllowAddNew="Yes" AllowDelete="Yes" AllowEdit="Yes"&amp;gt;&lt;br /&gt;            &amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt;            &amp;lt;RootTable DataKeyField="FirstName"&amp;gt;&lt;br /&gt;                &amp;lt;Columns&amp;gt;&lt;br /&gt;                    &amp;lt;ISWebGrid:WebGridColumn Caption="Last Name" DataMember="LastName" Name="LastName"&lt;br /&gt;                        Width="100px"&amp;gt;&lt;br /&gt;                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;                    &amp;lt;ISWebGrid:WebGridColumn Caption="Age" DataMember="Age" Name="Age" Width="100px"&amp;gt;&lt;br /&gt;                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;                &amp;lt;/Columns&amp;gt;&lt;br /&gt;            &amp;lt;/RootTable&amp;gt;&lt;br /&gt;            &amp;lt;ClientBindingSettings DataSourceType="WebService" ServiceUrl="~/WebService.asmx"&lt;br /&gt;                ItemTypeName="MyInfo"&amp;gt;&lt;br /&gt;                &amp;lt;ServiceMethods SelectMethod="GetMyInfo" DeleteMethod="DeleteMyInfo" InsertMethod="InsertMyInfo"&lt;br /&gt;                    UpdateMethod="UpdateMyInfo"&amp;gt;&amp;lt;/ServiceMethods&amp;gt;&lt;br /&gt;            &amp;lt;/ClientBindingSettings&amp;gt;&lt;br /&gt;        &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;    &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Maged&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Tue, 08 Feb 2011 23:20:19 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;Based on Martin sample, there is no field "ItemID" in his database. Also, DataKeyField is necessary to be filled. Otherwise, you will find some issue in insert, update and delete. Please fill DataKeyField properties with your current Primary key in database.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Tue, 08 Feb 2011 16:09:24 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;Hi,&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt; With futher inverstigation, I think you still have the issue not fixed. And here is the root cause:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt; In your sample, you have this definition:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&amp;lt;RootTable DataKeyField="&lt;strong&gt;FirstName&lt;/strong&gt;"&amp;gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&amp;lt;ISWebGrid:WebGridColumn Caption="First Name" DataMember="FirstName" Name="&lt;strong&gt;FirstName&lt;/strong&gt;"&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;           Width="100px"&amp;gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;         &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;Ok, try to make small change on your sample, and the problem will apear right a way:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&amp;lt;RootTable DataKeyField="&lt;strong&gt;ItemID&lt;/strong&gt;"&amp;gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;&amp;lt;ISWebGrid:WebGridColumn Caption="First Name" DataMember="FirstName" Name="&lt;strong&gt;FirstName&lt;/strong&gt;"&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;           Width="100px"&amp;gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px;"&gt;         &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now, on your WebGrid_ClientBinding.js , you have this code:&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;vbaa90.KeyValue =v18b39.Cells.GetNamedItem(vc2f92.DataKeyFields).Value;&lt;/p&gt;&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;This code will only work if you have at least one cell defined with the same name as the DataKeyField.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;Again, on your sample if you just removed the first column (firstname), you will have the same issue I have.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;Please, if you can send me the fix ASAP that will be great.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;" class="Apple-style-span"&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px;" class="Apple-style-span"&gt;Maged&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Mon, 07 Feb 2011 22:38:24 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have attached a recorded video showing how the project works on my end using the latest version 7.0.7200.418.&lt;/p&gt;
&lt;p&gt;I have uploaded the project sample along with its assemblies file. You can download the link &lt;a href="http://www.intersoftpt.com/tdn/downloads/ClientBindingWebService.zip" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Just let me know whether the project works fine on your end.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Mon, 07 Feb 2011 13:04:22 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;I followed all the steps, and still getting the same error!!&lt;/p&gt;&lt;p&gt;The about showing that, the version is: 7.0.7200.481&lt;/p&gt;
&lt;p&gt;Well, this still the same, I still haveing the same issue!!&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Tue, 25 Jan 2011 22:59:12 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hello Maged,&lt;/p&gt;
&lt;p&gt;Did you apply the assemblies in your project's bin folder?&lt;/p&gt;
&lt;p&gt;Update Manager will only update the assemblies in &lt;strong&gt;[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET&lt;/strong&gt;. Means that you need to apply manually on your project's bin folder.&lt;/p&gt;
&lt;p&gt;Here is the step to update WebGrid build version:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Open WebGrid's bin directory from &lt;strong&gt;[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin&lt;/strong&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Copy &lt;strong&gt;ISNet.WebUI.WebGrid.dll, ISNet.WebUI.WebGrid.Resources.dl, ISNet.WebUI.WebGrid.ISChartEngine.dll&lt;/strong&gt; and paste it into your project's bin directory.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Delete &lt;strong&gt;ISNet.WebUI.WebGrid.Editor.dll&lt;/strong&gt; from &lt;strong&gt;GAC&lt;/strong&gt; (located in &lt;strong&gt;C:\Windows\assembly&lt;/strong&gt;).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Drag &lt;strong&gt;ISNet.WebUI.WebGrid.Editor.dll&lt;/strong&gt; from &lt;strong&gt;[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin&lt;/strong&gt; to &lt;strong&gt;GAC&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;You might want to update WebUI Framework build version too:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Open WebUI Framwork's bin directory from &lt;strong&gt;[Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Copy &lt;strong&gt;ISNet.WebUI.Resources.dll&lt;/strong&gt; and paste it to your project's bin directory.&lt;/li&gt;&lt;li&gt;Delete &lt;strong&gt;ISNet.dll, ISNet.WebUI.dll, ISNet.WebUI.Design.dll, ISNet.WebUI.Editor.v4.dll&lt;/strong&gt; and &lt;strong&gt;ISNet.WebUI.Silverlight.dll&lt;/strong&gt; from &lt;strong&gt;GAC&lt;/strong&gt; (located in&lt;strong&gt; C:\Windows\assembly&lt;/strong&gt;).&lt;/li&gt;&lt;li&gt;Drag &lt;strong&gt;ISNet.dll, ISNet.WebUI.dll, ISNet.WebUI.Design.dll, ISNet.WebUI.Editor.v4.dll&lt;/strong&gt; and &lt;strong&gt;ISNet.WebUI.Silverlight.dll&lt;/strong&gt; from&lt;strong&gt; [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin&lt;/strong&gt; to &lt;strong&gt;GAC&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;To ensure that you have used the latest build version, right-click on WebGrid control when you are in &lt;strong&gt;Design view&lt;/strong&gt; on your project and select &lt;strong&gt;About&lt;/strong&gt;. It will show a dialog box that contains information about WebGrid and WebUI Framework build version you are currently using.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Tue, 25 Jan 2011 10:10:55 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;/p&gt;
&lt;p&gt;The update manager shows nothing to update stating that I'm up to date!&lt;/p&gt;
&lt;span style="font-size: 12pt; font-family: &amp;quot;times new roman&amp;quot;;"&gt;I uninstalled and reinstalled, and rerun update
manager several times, and still getting the same result!&lt;br /&gt;Is there any kind of cashing somewhere? Or how can I make sure that when I run my project, I have the latest version and assemblies on my bin directory?&lt;br /&gt;What do you mean update &lt;/span&gt;WebUI Framework?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Maged&lt;br /&gt;</description></item><item><title>WebGrid, Java Script Error when adding a new line on Empty Grid with 0 lines</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-Java-Script-Error-when-adding-a-new-line-on-Empty-Grid-with-0-lines/</link><pubDate>Mon, 08 Nov 2010 00:53:00 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><category>clientside-binding</category><description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt; I've a WebGrid, using client binding and WebService as DataSource type.&lt;/p&gt;
&lt;p&gt;When I've the grid empty with 0 lines, and try to insert a new line, it always give me a Java script error and the grid stops responding after that and the new line doesn't show up , but in the second time if we have at least one line it works ok.&lt;/p&gt;
&lt;p&gt;Please let me know how can we fix that?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maged&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>