Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
888
Setting the TabIndex
posted

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