WebComboBox Text is not displaying on Edit mode

3 replies. Last post: March 9, 2014 10:04 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi

There is webcomboBox like this

<ISWebCombo:WebCombo ID="cboEventType" runat="server" Width="150px" UseDefaultStyle="true">
                        <LayoutSettings   AlwaysShowColumnHeaders="true" 
                            AlwaysShowAllRowsOnDropdown="true" 
                            AlwaysShowHelpButton="false" >
                            <ClientSideEvents OnAfterItemSelected = "OnValChanged" OnError="alert('error');" />                            
                        </LayoutSettings>
                        </ISWebCombo:WebCombo> 

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.

At runtime after clicking on edit button, That textbox is not displaying. It was working fine with old version of control.

on browser control is rendering like this

<div class="ctl00placeHoldercboEventType-LayoutSettings-DropDownStyle-Normal" id="ctl00_placeHolder_cboEventType_search" style="width: 15px; text-align: center; overflow: hidden; float: right;" hidefocus="hidefocus"/>

After removing this

ctl00placeHoldercboEventType-LayoutSettings-DropDownStyle-Normal

css it is working fine.
This error is coming only after upgrading to latest version control. This css class is gererating dynamically at runtime.
Could you tell me what is the fix for this issue ?

All times are GMT -5. The time now is 12:19 AM.
Previous Next