[CLOSED] [1.0] Multicombo not Rendering After SVN Update

  1. #1

    [CLOSED] [1.0] Multicombo not Rendering After SVN Update

    Hi,
    I am using the latest update from SVN. The multicombo renders without the arrow mark and also when I click, the list is not shown. Here's my code :

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="multicombo.aspx.cs" Inherits="multicombo" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        
        <ext:ResourceManager ID="sc1" runat="server">
        
        </ext:ResourceManager>
        <ext:MultiCombo runat="server" FieldLabel="MultiCombo" Note="See the Arrow is missing.... Plus when u click list is not seen any more.">
        <Items>
        <ext:ListItem Text="Item1" />
            <ext:ListItem Text="Item2" />
                <ext:ListItem Text="Item3" />
                    <ext:ListItem Text="Item4" />
        </Items>
        </ext:MultiCombo>
        
    
        
        
        </form>
    </body>
    </html>
  2. #2

    RE: [CLOSED] [1.0] Multicombo not Rendering After SVN Update

    You can actually look at Examples...
  3. #3

    RE: [CLOSED] [1.0] Multicombo not Rendering After SVN Update

    Hi,

    Thanks for pointing the deffect. Fixed. Please update from SVN
  4. #4

    RE: [CLOSED] [1.0] Multicombo not Rendering After SVN Update

    Thanks... Works Now...

Similar Threads

  1. [CLOSED] How to show mask on ajax update panel update
    By egvt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 18, 2012, 9:36 PM
  2. [CLOSED] Update displayfield on directevents, update its size
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 16, 2011, 9:57 PM
  3. [CLOSED] Immediate update of store after update or insert
    By BerndDA in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 13, 2010, 9:16 AM
  4. [CLOSED] Update ASP Update Panel with Direct Event
    By sharif in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 24, 2010, 12:48 AM
  5. Replies: 3
    Last Post: Feb 27, 2009, 3:51 AM

Posting Permissions