Hi Team
I am facing one issue in IgCombo.
Below is my code which i have used to initialize igCombo, Once i bind the data to IgCombo when i click the scroll or up and down arrow button for scroll the drop down is getting disappereded first time, however when i select any item in the dropdown and next time the issue is not coming i could able to scroll correctly.
Please guide what could be the issue.
$("#Id").igCombo({ valueKey: "Id", textKey: "Value", enaleClearButton: false, mode: dropdown})
Regards,
Mani
Hi, I downloaded this service release that you referred to and it fixed this issue with the dropdown list disappearing on initial load when you try to click the up
or down arrow in Internet Explorer 10 but the issue still happens on Internet Explorer 9 which several of our users have. Do you have any ideas on a fix for this?
This issue is now resolved in the latest service release, builds 14.2.20142.2306 and 14.1.20141.2692. This service release is available from your My Keys and Downloads Page on the Infragistics Website. To download the service release, select the 'Dev Tools' tab and then select the volume you are using. Finally, select the 'Service Releases' tab and the available service releases will be listed below.
Mani,
Thank you for this sample and information. Using that I was able to reproduce the behavior in IE. As a note, it appears to only happen when the mode is set to dropdown. I have submitted a new development issue with an ID of 184720 so that this issue can be investigated further. I will be creating a private support case to provide you with more details so that you can track the progress of this development issue.
Hi,
I have created a sample file to explain the issue.
Download scrollTest.zip file and unzip to your local machine and Open the html file in IE.
Steps to produce the issue:Open the html fileclick drop down arrow button(right hand side of combo box)click up or down arrow button or click scroll bar (right side )As soon as you click it will scroll and drop down will get disappear
Note: after select any record it will work as expected, if you want to reproduce done refresh the form as it will not come, close the browser and reopen the html file.
Hello Mani,
I created a jsFiddle to test the code you provided and I was unable to reproduce this behavior. You can find the sample I used to test this here. Please test this and let me know if you are able to reproduce the behavior. Please provide me with the browser you used to reproduce this behavior along with which version of the product you used. The test that I performed was done in IE11 with the latest build of 2014 Vol. 2. Any additional information that you can provide about your implementation would be useful as well.