WebCombo losing icon, after first drop down, if its displayed inside iframe

3 replies. Last post: September 12, 2013 9:34 PM by Bernard Xiang
Tags :
  • (None)

WebCombo losing icon, after first drop down, if its displayed inside iframe.

Any solution to that.


<iswebcombo:WebCombo ID="cmb1" runat="server" UseDefaultStyle="true"  Width="250px" DataTextField="Field1" DataValueField="Field2" AllowWildCardSearch="true" >
                            <LayoutSettings ComboMode="MultipleColumns" AlwaysShowAllRowsOnDropdown="true">
                            </LayoutSettings>
                            
                            <Columns>
                                <iswebcombo:WebComboColumn Bound="true" BaseFieldName="Field1" Name="Naziv" HeaderText="Field1" Width="350px" />
                            </Columns>
                        </iswebcombo:WebCombo>


Answers

Hi Tomislav,

I tried to replicate your issue here using WebCombo inside IFrame page. Unfortunately, this issue doesn't occurs in our local end. Could you let me know any steps or simple sample that can replicate this issue in our local end? Also please let me know the browser and WebCombo version that you used to replicate this issue in your local end.

However, you can do this method if the dropdown arrow is missing from WebCombo after you open the dropdownlist:

function OnShowDropDown(controlId)
{
   var combo = ISGetObject(controlId);
   combo.DoResize();
}

Hope this helps.

Regards,
Bernard

All Replies

Hi Tomislav,

I tried to replicate your issue here using WebCombo inside IFrame page. Unfortunately, this issue doesn't occurs in our local end. Could you let me know any steps or simple sample that can replicate this issue in our local end? Also please let me know the browser and WebCombo version that you used to replicate this issue in your local end.

However, you can do this method if the dropdown arrow is missing from WebCombo after you open the dropdownlist:

function OnShowDropDown(controlId)
{
   var combo = ISGetObject(controlId);
   combo.DoResize();
}

Hope this helps.

Regards,
Bernard
Thanks, that code snippet did the thing.

Hi Tomislav,

Glad that you have solved your problem. If you have any further problem. please don't hesitate to ask us. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 2:11 PM.
Previous Next