Hi,
We are facing a big trouble the positionning of the dropdown container when the dropdown control is located in a scrolling panel.
Indeed, when we scroll, the dropdown control scrolls to but not the dropdown container (when opening it).
Example :
1) The dropdown is in a scrolling panel but we haven't scrolled
2) We have scrolled. The dropdown container stays at the same place.
This bug is major for us. Do you have a solution ?
Notice : This bug is not present in the intitial release (10.3.20103.1013). We have discovered it in the service release 10.3.20103.2058 and it is still present in the newest service release 10.3.20103.2073.
Thanks
Hello fdv,
Thank you for posting on Infragistics forum.
The first thing that you can do when you are experiencing the behavior like this is to try to enter/change the “EnableDropDownAsChild” property of the control and set it to “false”.
This property controls whether the dropdown container element will be a direct first child of the source element in the DOM, or will be detached from it, absolutely positioned and its position calculated as soon as the container is about to be opened.
Let me know if this solution worked in your case or if you need any further assistance.
Hi Alexander ,
I forgot to mention that we are already working with EnableDropDownAsChild set to False. For some reasons dependent on our developments, we have to.
Another idea ?
I have created a simple example following your description and I was able to reproduce described by you behavior.
I will send this example to our R&D team for further research and if there is no resolution possible I will log it in our issue tracking system as soon as possible and will notify you for any further progress.
Hi Alexander,
We look forward to you.
Thanks,
The reported by you behavior was researched and addressed from our R&D team and it is resolved in our latest service release for ASP.NET v10.3 – build 10.3.20103.2105.
You can see our latest service releases in our web site - “Support > Service Releases” and download them from “My IG > My Keys and Downloads” page.
If you need further assistance with this question, feel free to contact me.
<
add assembly="Infragistics35.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />
Can we just run install of newest release on the top of existing one?
Should we protect (backup) existing version?
Also, what about installation of new release on the Server?
Thank you for your help.
Leon.
Hello Leon,
You cannot install service release that is made for version 10.3 of our controls to version 10.2 controls.
You can see our latest service releases for your version of controls in our web site - “Support > Service Releases” and download them from “My IG > My Keys and Downloads” page.
If you cannot see/download our latest service release you may need to register your product key first. You can register your product key in “Support > Register Your Product” page.
After you download the needed service release just follow the on screen instructions and the installer will change all previous ".dll's" with the new one.
You should change your references in the deployed application in order to match your new service release version. If you use "Bin" folder you should change the dll's deployed there with the new ones.
If you have any further questions, please open another thread and you will get the information needed.