Combobox Error After Upgrading from 1.x to 4.x

  1. #1

    Combobox Error After Upgrading from 1.x to 4.x

    Hi,

    With reference to my previous post. I have another error with Comboboxes and all other controls that have ListItems.

    The problem is when placed within a panel Iframe, it doesn't work even though the list items are being rendered to the DOM (Click image for larger version. 

Name:	pic2.png 
Views:	126 
Size:	3.3 KB 
ID:	24828) other it works normally (Click image for larger version. 

Name:	pic1.png 
Views:	141 
Size:	4.6 KB 
ID:	24829).

    Below is the markup of the supposed element placed in both areas:
    <ext:ComboBox ID="cboSearch" Width="65" runat="server" >
                    <SelectedItems>
                        <ext:ListItem Index="1" />
                    </SelectedItems>
                    <Items>
                        <ext:ListItem Text="MRN" Value="MRN" />
                        <ext:ListItem Text="Name" Value="Name" />
                    </Items>
                </ext:ComboBox>
    Please what I'm I missing.
    Last edited by ifyonyekpe; Feb 01, 2017 at 11:35 PM.

Similar Threads

  1. Error Upgrading from 1.x to 4.x
    By ifyonyekpe in forum 4.x Help
    Replies: 2
    Last Post: Feb 01, 2017, 9:35 PM
  2. [CLOSED] Theme error after upgrading to 3.1
    By zfreeman in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 17, 2015, 12:15 PM
  3. Replies: 1
    Last Post: Mar 25, 2015, 3:20 PM
  4. [CLOSED] error after upgrading to MVC 4
    By EddieJensen in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 25, 2015, 3:52 AM
  5. upgrading from 0.8.1 to 0.8.2
    By Kamal in forum 1.x Help
    Replies: 4
    Last Post: Apr 08, 2010, 5:52 PM

Tags for this Thread

Posting Permissions