﻿<?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 - Unhandle exception using enter key with filter in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unhandle-exception-using-enter-key-with-filter-in-Firefox/</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>Unhandle exception using enter key with filter in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unhandle-exception-using-enter-key-with-filter-in-Firefox/</link><pubDate>Mon, 02 Dec 2013 23:21:51 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The unhandled exception happen because the form is submitted. If you press Enter key while an input field has focus, the form will be submitted (except for textareas).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The browser, in this case is Firefox, is trying to be a nice guy and click the “ButtonTest” for you, even if you didn’t set it to be the default.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Try to set UseSubmitBehavior property of ButtonTest to false in order to avoid ButtonTest click event got invoked when user press Enter.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;asp:Button ID="_buttonTest" runat="server" Text="ButtonTest" UseSubmitBehavior="false" /&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>Unhandle exception using enter key with filter in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Unhandle-exception-using-enter-key-with-filter-in-Firefox/</link><pubDate>Mon, 02 Dec 2013 09:43:15 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have an issue when we use ApplyFiltersKey="Enter" when there is a button in the same page. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The problem is only there with firefox.&lt;/p&gt;
&lt;p&gt;Look at the sample attached, type "s" and press enter in the filter box, you will see an unhandle exception appear.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Alex&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>