Hello Infragistics team,
I have an UltraWebTab control with tree tabs like tab1,tab2 and tab3.
The focus is set to the first tab header and the content is also loaded. (tab1 has tabIndex= 1 , the others tabs have tabIndex = -3)
With ARROW key I want to set the focus to the next tab header but the content of that tab should not be loaded.If I reach my required tab and click <ENTER> key, the content of the selected tab should be loaded now.
Can you please guide me how to set the focus on the next tab header with <ARROW> key.
Thanks, Aleks
Hello Aleks,
I have requested your idea for "Use keyboard input to select a tab, then after receiving confirmation input, load the tab content". You should receive an email with further details on this request shortly.
If you have any further questions regarding this, please let me know.
After some research, "Use keyboard input to select a tab, then after receiving confirmation input, load the tab content" has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time.
I am experiencing a slight issue with the request and am currently unable to provide you with an ID for the request. I will be able to provide an ID for you sometime tomorrow so that you may follow up on the status of the feature if you wish.
Thank you for your request.
If you have any questions or issues please let me know.
Hi Aleks,
I'm now getting keyboard input using the document.onkeydown event. Now I'm trying to get this behavior to work well together with the UltraWebTab.
Currently I need the onkeydown event to be called before another event I am looking into making use of. If I can't find a way to receive input before the UltraWebTab's "BeforeSelectedTabChange" event fires, I don't believe this will be possible to do. I'll have to look for alternative methods to receiving the keyboard input and I will update you again tomorrow.
If you have any further questions or concerns with this issue please let me know.
I'm still putting together a sample to demonstrate this. I'm currently trying to get the keyboard input to allow this to work. I will have another update on this tomorrow.
If you have any questions please let me know.
I'm looking into this for you. I'm currently putting together a sample that demonstrates how to allow you to use the arrow keys to select the tabs without loading the new tab until you press Enter. I will have another update for you sometime tomorrow.
If you have any questions or concerns, please let me know.