﻿<?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 - WebComboBox Text is not displaying on Edit mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebComboBox-Text-is-not-displaying-on-Edit-mode/</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>WebComboBox Text is not displaying on Edit mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebComboBox-Text-is-not-displaying-on-Edit-mode/</link><pubDate>Sun, 09 Mar 2014 22:04:46 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;pre&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="true"    CodeFile="IntersoftWebForm.aspx.vb"
    Inherits="IntersoftWebForm" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebCombo"
    Namespace="ISNet.WebUI.WebCombo"
    TagPrefix="ISWebCombo" %&amp;gt;
&amp;lt;!DOCTYPE HTML&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
    &amp;lt;style type="text/css"&amp;gt;
        html, body, form
        {
            height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
        }
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
        &amp;lt;div&amp;gt;
            &amp;lt;br /&amp;gt;
            &amp;lt;br /&amp;gt;
            &amp;lt;br /&amp;gt;
            &amp;lt;br /&amp;gt;
            &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server"
                UseDefaultStyle="true" RenderingMode="HTML5"&amp;gt;
                &amp;lt;LayoutSettings AlwaysShowAllRowsOnDropdown="true"
                    AlwaysShowHelpButton="false"&amp;gt;
                &amp;lt;/LayoutSettings&amp;gt;
            &amp;lt;/ISWebCombo:WebCombo&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I open the above code in IE11; using developer tools to emulate the IE 10 browser; and get following result.&lt;/span&gt;&lt;/p&gt;&lt;img title="" alt="WebComboOnIE10" src="https://dm1files.storage.live.com/y2pB6USk1iCzwXZ-JWDycPpX5BEv9ZktRnzFQRg_kUJ4j-6eqo-yZ_5iSuot4sMJDX8aEkSjHWHgwknkv4v-I8gXA/WebComboOnIE10.jpg?psid=1" style="height: 248px; width: 416px;" /&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please let me know whether the code helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebComboBox Text is not displaying on Edit mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebComboBox-Text-is-not-displaying-on-Edit-mode/</link><pubDate>Thu, 06 Mar 2014 10:05:00 GMT</pubDate><dc:creator>chandradev</dc:creator><description>&amp;nbsp;Hi&lt;br /&gt;&lt;br /&gt;Thank for sending reply. I had fixed that issue force fully by Javascript. &lt;br /&gt;&lt;br /&gt;But while testing WebCombo control in bank page then i m getting output like this IE 10 as below attached image file.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;but it is comming fine in Firefox. Could you tell me, what is the fix for that issue.\&lt;br /&gt;&lt;br /&gt;My code is like this&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="true" CodeFile="IntersoftWebForm.aspx.vb"    Inherits="IntersoftWebForm" %&amp;gt;&amp;lt;%@ Register Assembly="ISNet.WebUI.WebCombo" Namespace="ISNet.WebUI.WebCombo" TagPrefix="ISWebCombo" %&amp;gt;
&amp;lt;!DOCTYPE HTML5 &amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;div&amp;gt;
    &amp;lt;br /&amp;gt;
    &amp;lt;br /&amp;gt;
    &amp;lt;br /&amp;gt;
    &amp;lt;br /&amp;gt;
        &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="true"&amp;gt;
            &amp;lt;LayoutSettings AlwaysShowAllRowsOnDropdown="true" AlwaysShowHelpButton="false"&amp;gt;
            &amp;lt;/LayoutSettings&amp;gt;
        &amp;lt;/ISWebCombo:WebCombo&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;Please check the op in IE 10.&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>WebComboBox Text is not displaying on Edit mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebComboBox-Text-is-not-displaying-on-Edit-mode/</link><pubDate>Wed, 05 Mar 2014 22:09:51 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I tried to reproduce the problem in my local tests by creating a simple page with WebCombo inside ASP.NET MultiView control but my efforts were not successful -- everything worked smoothly and the WebCombo’s textbox was accessed without any issues.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I am willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly give me a sample and step-by-step guide that I can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For your reference, I have uploaded my simple sample in &lt;a href="http://1drv.ms/1gT1wum"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebComboBox Text is not displaying on Edit mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebComboBox-Text-is-not-displaying-on-Edit-mode/</link><pubDate>Wed, 05 Mar 2014 07:12:44 GMT</pubDate><dc:creator>chandradev</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;There is webcomboBox like this&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebCombo:WebCombo ID="cboEventType" runat="server" Width="150px" UseDefaultStyle="true"&amp;gt;
                        &amp;lt;LayoutSettings   AlwaysShowColumnHeaders="true" 
                            AlwaysShowAllRowsOnDropdown="true" 
                            AlwaysShowHelpButton="false" &amp;gt;
                            &amp;lt;ClientSideEvents OnAfterItemSelected = "OnValChanged" OnError="alert('error');" /&amp;gt;                            
                        &amp;lt;/LayoutSettings&amp;gt;
                        &amp;lt;/ISWebCombo:WebCombo&amp;gt; &lt;/pre&gt;
&lt;p&gt;There are 2 panel one for view mode and other for edit mode. After clicking on edit mode, whatever value are there in label that should be display in combobox.&lt;/p&gt;
&lt;p&gt;At runtime after clicking on edit button, That textbox is not displaying. It was working fine with old version of control.&lt;/p&gt;
&lt;p&gt;on browser control is rendering like this&lt;/p&gt;&lt;pre&gt;&amp;lt;div class="ctl00placeHoldercboEventType-LayoutSettings-DropDownStyle-Normal" id="ctl00_placeHolder_cboEventType_search" style="width: 15px; text-align: center; overflow: hidden; float: right;" hidefocus="hidefocus"/&amp;gt;&lt;/pre&gt;
&lt;p&gt;After removing this&lt;/p&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204);"&gt;ctl00placeHoldercboEventType-LayoutSettings-DropDownStyle-Normal&lt;/blockquote&gt;&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;css it is working fine. &lt;br /&gt;This error is coming only after upgrading to latest version control. This css class is gererating dynamically at runtime.&lt;/strong&gt; Could you tell me what is the fix for this issue ?&lt;/p&gt;</description></item></channel></rss>