﻿<?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 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</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 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Thu, 12 Mar 2015 04:09:31 GMT</pubDate><dc:creator>leo.c</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Hi Bruce,&lt;/p&gt;&lt;p&gt;Glad to hear that the snippet code helps.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Wed, 11 Mar 2015 14:59:34 GMT</pubDate><dc:creator>bruce.a.neiman@accenture.com</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Nevermind. I found that this works fine:&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;grd.LayoutSettings.ClientSideEvents.OnEnterEditMode = "EnterEditMode";&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Wed, 11 Mar 2015 12:44:01 GMT</pubDate><dc:creator>bruce.a.neiman@accenture.com</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Hi Leo,&lt;/p&gt;&lt;p&gt;This fix works great!&lt;/p&gt;&lt;p&gt;Another question - In order to implement this fix I will need to add the ClientSideEvents OnEnterEditMode attribute to around 70 different grids in my application. I really need a quick and easy fix for this. Is there a way to add ClientSideEvents using javascript/jquery? Something like the following?&lt;/p&gt;&lt;pre&gt;$(document).ready(function () {     var grd = ISGetObject("MyWebGrid");
    if (grd) {
        grd.LayoutSettings.ClientSideEvents.Add("OnEnterEditMode", "EnterEditMode()");
    }
}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Wed, 11 Mar 2015 04:00:57 GMT</pubDate><dc:creator>leo.c</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Hi Bruce,&lt;/p&gt;&lt;p&gt;Thanks for your information. It seem that google chrome have a unusuall way of handling an overflowed element (overflowed:scroll) inside a div with width:100%. To fix this, you could use the following workaround to get it working on google chrome:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Add the following javascript to your page:&lt;br&gt;&lt;pre&gt;function EnterEditMode(controlId, tblName, editObject)    {
        editObject.element.style.top = (editObject.cellElement.offsetTop + parseInt(editObject.cellElement.style.borderTopWidth)) + "px";
    }&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Set WebGrid&amp;nbsp;&amp;nbsp;OnEnterEditMode client-side event to&amp;nbsp;&lt;span style="font-family: 'Courier New', Tahoma; font-size: 9pt; background-color: rgb(255, 252, 225);"&gt;EnterEditMode&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;That should do it.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best Regards,&lt;/div&gt;&lt;div&gt;Leo&lt;/div&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Tue, 10 Mar 2015 12:02:09 GMT</pubDate><dc:creator>bruce.a.neiman@accenture.com</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Hi Leo,&lt;/p&gt;&lt;p&gt;You can see the issue on Filtering.aspx if you add a bunch of line breaks on top of the WebGrid so that there are two scrollbars. See attached screenshot.&lt;/p&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Tue, 10 Mar 2015 02:58:21 GMT</pubDate><dc:creator>leo.c</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>&lt;p&gt;Hi Bruce,&lt;/p&gt;&lt;p&gt;I have tried to reproduce this issue by testing Filtering.aspx sample included in installation folder with the following environment:&lt;br&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;Google Chrome Version 41.0.2272.76 m,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;WebGrid Version 9.0.7200.1,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;WebUI Framework version 3.0.5000.913.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-size: 10pt;"&gt;Unfortunately, I could not replicate your issue. WebGrid filter was working as intended. I would appreciate it if you could provide me with a sample that I could use to replicate and observed this behaviour.&lt;/span&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;Best Regards,&lt;/span&gt;&lt;p&gt;Leo&lt;/p&gt;&lt;/div&gt;</description></item><item><title>WebGrid 9 Filter Display issue in Google Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-9-Filter-Display-issue-in-Google-Chrome/</link><pubDate>Mon, 09 Mar 2015 20:38:07 GMT</pubDate><dc:creator>bruce.a.neiman@accenture.com</dc:creator><category>WebGrid</category><category>Filterbar</category><category>Filter</category><description>There appears to be an issue with WebGrid 9.0.7200.1 and Google Chrome. When clicking inside the filter textbox, you should see a cursor appear. This works fine in IE and Firefox, but in Chrome I don't always see the cursor appear when clicking inside the filter textbox. Sometimes the cursor displays and I can type filter text just fine. Other times (most of the time), after clicking inside the textbox the cell is highlighted, but nothing else seems to happen. At this point if I try to type something my screen jumps to very top of the page, and still no cursor appears inside the filter textbox. After typing something and clicking somewhere outside the textbox, the text I just entered magically appears in the filter textbox. It's very strange. This same thing happens with all WebGrid RenderingMode options, i.e. Quirks, XHMTL, and HTML5. Any suggestions?</description></item></channel></rss>