Hi,
I have a custom popover wherein inside it, it has a Search textbox, a listbox, a button and a couple of links. And I wanted to tab through those controls in an order that I wanted. Additionally, this popover was triggered by a jqxWindow. In my code, on open of the popover, I set the focus to the Search box, but when I tried tabbing to go to the other controls, it’s just stuck there, in the Search box. My controls already have tabindex in it. And I tried providing the 0 and > 0 tabindexes and it still not working.
How can I do the tabbing inside the popover control?
Thanks,
Chris