I am using the WebDropDown control and trying to set its tab index inside of the page. When the page is render, it does not appear that Infragistics is setting the rendered input textbox's TabIndex. Is there some other way I should be setting this from the asp.net control? Below is what I have:
<ig:WebDropDown ID="WebDropDown1" runat="server" TabIndex="1" ... ></ig:WebDropDown>
Thanks
Chad
Hi,
which version are you using? There was an issue with TabIndex which was subsequently fixed some time ago. I suggest you try maybe the latest service release.
Hope it helps. Please let me know if i can help with anything else.
Thanks,
Angel
I am running v9.1 - was it fixed between this version and v9.2?
I mean the build version , for example 1009 , or 1003 or 2010. It is fixed in both 9.1 and 9.2 releases.
Thank you,
I believe this is the full number you are looking for:
Version: 9.1.20091.1015
If you need something else, please let me know where to get the number from.
Hi Chad,
If you upgrade to the latest 9.1 service release, i think everything related to TabIndex will work fine. The issue is reproducible in 1015, yep.
Hey Chad,
Yep, it should be.
Angel-
I think there there is a bug in the version (9.2.20092.1003) that I am running with FireFox. The TabIndex is correctly set, but i can not tab out of the control. Has this been addressed in a newer release / version?
Thanks again.
That did the trick! Thanks
Ok ... I will upgrade to the new service pack and let you know if I am still experiencing the error. I am guessing that will be it then. Thanks for the help!