﻿<?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 - WebInput - WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</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>WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</link><pubDate>Thu, 18 Oct 2012 00:19:27 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Tony,&lt;/p&gt;&lt;p&gt;I can replicate your issue in our local end. First think I though this problem occurs because our control. But after I made the same structure like your sample, it works properly. Then I modified your sample. I though if I put the control without master page, your project works properly. But in my sample it works either with master page or without master page.&lt;/p&gt;
&lt;p&gt;After searching the problem, I found out the problem is on your web config. There's misconfiguration in your web.config. You can add this code inside system.web tag:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;I also attach the modified web.config. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</link><pubDate>Wed, 17 Oct 2012 09:25:33 GMT</pubDate><dc:creator>TonyD</dc:creator><description>&lt;p&gt;Thanks for looking into this, Bernard.&lt;/p&gt;
&lt;p&gt;Please find attached a sample project that replicates the issue on my end.&lt;/p&gt;
&lt;p&gt;The backend database is SQL Server 2008R2 and I'm connecting to it using Windows Integrated Security.  In order to create a similar environment, you'll need to install the Northwind sample data, which is available from Microsoft at&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms143221%28v=sql.105%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms143221%28v=sql.105%29.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once the Northwind DB is attached, run the 4 SQL scripts included in the attached sample to create the spOrderDelete, spOrderInsert, spOrderSelect and spOrderUpdate stored procedures in the Northwind database.  These are just quick-and-dirty procs for the purpose of illustrating the problem, not something that's designed to be production ready.&lt;/p&gt;
&lt;p&gt;Then run the enclosed ASP.NET app.  I've configured the WebGrid to allow no edits to any column except the EmployeeID column, which is bound to the single WebInput control on the form.&lt;/p&gt;
&lt;p&gt;Navigate to or click on the EmployeeID column and try to edit it.  Note the result, which is the same javascript error that I posted the screenshot of in the original post.&lt;/p&gt;
&lt;p&gt;I'm using Visual Studio 2010 SP1, WebGrid Enterprise 7.0 and WebInput 4.0.&lt;/p&gt;
&lt;p&gt;If you need more detailed version information, please ask.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</link><pubDate>Mon, 15 Oct 2012 05:12:41 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;div&gt;Hi Tony,&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I tried to replicate your issue in our local end. But unfortunately, it works properly. Is this matter happen in WebGrid 8 and WebInput 4? Could you let me know WebInput configuration and in which column did you use this WebInput as CustomEditor? It's better if you can provide us simple sample that replicate this issue in our local end, so we can immediately investigate your issue here. Look forward to hear any feedback from you so I can help you further.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Bernard&lt;/div&gt;</description></item><item><title>WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</link><pubDate>Fri, 12 Oct 2012 14:46:45 GMT</pubDate><dc:creator>TonyD</dc:creator><description>&lt;p&gt;I did have one more paragraph, but it somehow was truncated when I made this post.  &lt;/p&gt;
&lt;p&gt;My question was this -- am I missing something, or is there a fix or a workaround for this problems?  &lt;/p&gt;
&lt;p&gt;I'd appreciate any input, becuase the project is stalled until I can get this resolved somehow.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>WebInput 4.0 JavaScript Error on Input</title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-40-JavaScript-Error-on-Input/</link><pubDate>Fri, 12 Oct 2012 14:17:06 GMT</pubDate><dc:creator>TonyD</dc:creator><description>&lt;div class="GroupContent MessageContent" id="MessageBody"&gt;
&lt;p&gt;I'm using Visual Studio 2010 and .NET Framework 4.0&lt;/p&gt;
&lt;p&gt;I've created an ASPX page containing a databound WebGrid and a WebInput control.&amp;nbsp; I have configured the grid to use the WebInput control for editing the cells in a particular column.&lt;/p&gt;&lt;p&gt;When I display the page, the grid works fine.&amp;nbsp; When I attempt to edit a cell in the column for which I've specified that the WebInput control should be used, I can select the cell, but when I attempt to enter any value in the WebInput, I immediately receive a javascript error (see attached screenshot).&lt;/p&gt;&lt;p&gt;If I configure the grid to use only the built-in textbox for editing, everything works fine.&lt;/p&gt;&lt;p&gt;I have tried various settings on the grid and webinput, but I can't seem to get past this error.&amp;nbsp; Furthermore, when I attempt to use the WebInput.NET Designer, I receive the error "Exception has been thrown by the target of an invocation." (see attached screenshot).&lt;/p&gt;&lt;p&gt;It's imperative that I use the WebInput control as I need to mask and filter the data entered into the grid by the user, and inline editing is a requirement.&lt;/p&gt;&lt;p&gt;I submitted a support request a few days ago, however it's still in "Waiting for Assignment" status.&lt;/p&gt;&lt;p&gt;I'm getting rather frustrated by the lack of response to my support request as well as the failure of the WebInput to function properly.&lt;/p&gt;&lt;p&gt;&lt;xml id="wtbInquiryAction_x" xmldocument="[object]" /&gt;Can anybody tell me what I'm missing here or provide a fix or workaround?&lt;/p&gt;&lt;/div&gt;
&lt;table id="wtbInquiryAction_f" style="width: 100%; height: 25px; overflow: hidden; float: left; display: none;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table title="" class="wtbInquiryAction_if" id="wtbInquiryAction_if" style="width: 100%; height: 100%; float: left; z-index: 9997; table-layout: fixed; background-color: transparent;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody style="display: none;"&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;
&lt;tbody id="wtbInquiryAction_f_Horizontal"&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="width: 100%;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr id="wtbInquiryAction_fh" style="display: none; background-color: white;"&gt;
&lt;td class="W2ADBHC"&gt;wtbInquiryAction&lt;/td&gt;
&lt;td class="W2CHFAB"&gt;&lt;span style="font-family: webdings;"&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td class="W2CHFAB"&gt;&lt;span style="font-family: webdings;"&gt;r&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="width: 100%; height: 21px;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td id="wtbInquiryAction_tbh_Horizontal" style="width: 8px; overflow: hidden;"&gt;
&lt;div style="width: 8px; height: 25px; cursor: move;"&gt;
&lt;div style="width: 1px; height: 21px; overflow: hidden; margin-top: 2px; float: left; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 1px; height: 23px; overflow: hidden; margin-top: 1px; float: left; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 1px; height: 25px; overflow: hidden; margin-top: 0px; float: left; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 5px; height: 25px; overflow: hidden; float: left; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-top: 6px; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-top: 2px; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-top: 2px; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-top: 2px; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 100%;"&gt;
&lt;div style="width: 100%; height: 25px; overflow: hidden; background-color: rgb(236, 231, 224);" bodybgcolor="true"&gt;
&lt;table style="width: 100%; height: 100%; overflow: hidden; table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div style="width: 100%; height: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100%; height: 100%;"&gt;
&lt;table id="wtbInquiryAction_tbic_Horizontal" style="width: 100%; height: 100%; overflow: hidden;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width: 2px;" type="m"&gt;
&lt;div style="width: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 2px;" type="m"&gt;
&lt;div style="width: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 2px; display: none;" type="m"&gt;
&lt;div style="width: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 2px;" type="m"&gt;
&lt;div style="width: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 100%; height: 100%;"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div style="width: 100%; height: 2px; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;
&lt;tbody id="wtbInquiryAction_f_Vertical" style="display: none;"&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="width: 21px; height: 100%;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td id="wtbInquiryAction_tbh_Vertical" style="height: 8px; overflow: hidden;"&gt;
&lt;div style="width: 25px; height: 8px; cursor: move;"&gt;
&lt;div style="width: 21px; height: 1px; overflow: hidden; margin-left: 2px; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 23px; height: 1px; overflow: hidden; margin-left: 1px; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 25px; height: 1px; overflow: hidden; margin-left: 0px; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 25px; height: 5px; overflow: hidden; background-color: rgb(196, 196, 173);" handlebgcolor="true"&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-left: 2px; float: left; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-left: 2px; float: left; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-left: 2px; float: left; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;
&lt;div style="width: 2px; height: 2px; overflow: hidden; margin-left: 2px; float: left; background-color: rgb(0, 0, 0);" handleforecolor="true"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="height: 100%;"&gt;
&lt;div style="width: 25px; height: 100%; overflow: hidden; background-color: rgb(236, 231, 224);" bodybgcolor="true"&gt;
&lt;table style="width: 100%; height: 100%; overflow: hidden; table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div style="width: 2px; height: 100%; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td style="width: 100%; height: 100%;"&gt;
&lt;table id="wtbInquiryAction_tbic_Vertical" style="width: 100%; height: 100%; overflow: hidden;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;
&lt;td&gt;
&lt;div style="width: 2px; height: 100%; overflow: hidden;"&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;input id="wtbInquiryAction" style="display: none;" type="hidden"&gt;&lt;/input&gt;&lt;input name="wtbInquiryAction_h" id="wtbInquiryAction_h" type="hidden"&gt;&lt;/input&gt;

&lt;/p&gt;</description></item></channel></rss>