Feb 01, 2017, 11:05 PM
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 (
) other it works normally (
).
Below is the markup of the supposed element placed in both areas:
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 (
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 02, 2017 at 12:35 AM.