We are also currently having a problem with drop down. It is at the bottom of the page and when we click it, the list goes down instead of up therefore we can only see the 1st value in the list and the rest falls off the screen. Has anyone else experienced this?
We had this problem as well and I tracked it down to a bug in the ig_webcombo3_1.js script. In method igcmbo_setDropDown, changing the following line:
if(y-f-3>panH+editH)
to:
if(y-f-3<panH+editH)
fixes the problem.
Hi, I am also having the same problem with a WebCombo, I have two controls of the same type, one is just above the other at the bottom of the page and the first one appears correctly, up, but the one below it appears below so I can see no data to select. Both WebCombo's are the same, in fact I can copy and paste the first one and place it at the bottom of the explorer window and it STILL populates below rendering the dropdown selection useless.
I have also had no reply to my first problem which is still apparent on my web page. https://es.infragistics.com/community/forums/f/retired-products-and-controls/30748/webcombo
I can confirm that the problem noted by JohnathonHartEsq
http://forums.infragistics.com/forums/t/28830.aspx
is also occuring for me and I can not find a resolution and he has also had no response to his query. Please help us these controls are useless unless we can select a field and move AFTER the user is happy not when the control decides to move because a selection has changed, isn't the idea of a combo box to make a selection and then do something once the user leaves that control.
Maybe we are both getting this very wrong in using the "SelectedValueChanged" function and we should use another function ie "Leave" but this is not clearly documented or easy to find. Please advise us all of the resolution as quickly as possible, I don't mean to sound pushy but it's very frustrating not being able to do what you need, when you need.
Apart from my minimal gripes here I am very happy with the look and feel of these controls and the way that they are controlled from code and IDE alike. Well done on a good job guys.
Hi,
Do you refer to the WebDropDown, or the WebCombo control? They are two different controls
Thanks,
Angel