﻿<?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 - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-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>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Sun, 23 Sep 2012 22:42:32 GMT</pubDate><dc:creator>yudi</dc:creator><category>webgrid 7.0</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Unfortunately, the hotfix of work item #1058 is not available yet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For your information, we can deselect row from client side by invoking ClearSelectedObject(true) method as shown in the following snippet code.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function DeselectRow()
{
    var WebGrid1 = ISGetObject("WebGrid1");
    WebGrid1.ClearSelectedObject(true);
    return true;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;In my opinion, we can utilize this method to de-select row on the right event. Unfortunately, I haven’t found out the proper event of WebGrid. So far I have tried OnFocus and OnBeforeRowSelect WebGrid’s client side event with no luck.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Fri, 21 Sep 2012 05:12:01 GMT</pubDate><dc:creator>c.karthun@avario.biz</dc:creator><category>webgrid 7.0</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;can you already say when a new version of WebGrid 7 will be available? We want to publish our application soon and
 need the hotfix.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Christian&lt;/p&gt;</description></item><item><title>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Tue, 06 Sep 2011 02:28:51 GMT</pubDate><dc:creator>yudi</dc:creator><category>webgrid 7.0</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;The problematic behavior of WebGrid selected row on Mozilla Firefox browser has been submitted under work item #1058.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;The issue is already queued in our work items. The hotfix of this issue is estimated to be available in the next build version of WebGrid 7. I will keep you updated with any news I heard from the team regarding work item #1058.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Tue, 30 Aug 2011 05:15:15 GMT</pubDate><dc:creator>JNguimb</dc:creator><category>webgrid 7.0</category><description>Hello:&lt;br /&gt;&lt;br /&gt;Has this been fixed yet? if not when should we expect a fix.&amp;nbsp; Otherwise, is there a quick workaround that I can use meanwhile.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Jean&lt;br /&gt;</description></item><item><title>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Tue, 02 Aug 2011 17:52:12 GMT</pubDate><dc:creator>yudi</dc:creator><category>webgrid 7.0</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I was able to reproduce the issue on my local end using Mozilla Firefox browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I have forwarded this issue to WebGrid development team to be investigated further. Should I hear any news regarding this issue, I will let you know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid - Undesired row selection in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid---Undesired-row-selection-in-Firefox/</link><pubDate>Tue, 02 Aug 2011 01:11:52 GMT</pubDate><dc:creator>JNguimb</dc:creator><category>webgrid 7.0</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The first row in WebGrid becomes selected in Firefox after page load, if you click on the grid status bar or anywhere in the empty space adjacent to or beneath the rows (please refer to the attached images Grid1.png, with arrows showing where you click, and Grid2.png showing the result).&lt;/p&gt;
&lt;p&gt;This is a problem, because I have other methods/events attached to OnRowSelect, and this unsollicited row selection causes undesired effects in my application.  A row in the grid should be selected only when the user intentionally clicks on it or via a method when specifically targeted.  I cannot ask the user not to click on the grid status bar or empty areas to prevent this.&lt;/p&gt;
&lt;p&gt;Do you guys have a fix for this?  Please note that this does not happen in Internet Explorer or Chrome.   &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jean&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>