Focus issue on tabbed repeating dynamic layout
Hi,
we have 2 layouts in the screen. 1st layout is table layout, which display the list of items ..like item1,item2,item3,item-4... .
When Item1 is clicked, details of Item is displayed in 2nd layout which is tabbed repeating dynamic layout. When Item 2 is clicked, its data is displayed in 2nd layout by opening a new tab. when Item3 is clicked , its details are displayed in 2nd layout by opening a new tab. So in 2nd layout, we have three tabs with details of item-1,item-2, item-3. Most Recently we have clicked item-3 in table out, so focus will be on 3rd item's tab in tabbed repeating dynamic layout.
Now click manually in item-1's tab in tabbed repeating dynamic layout. So focus will be on item-1's tab.
Now , go to table layout and click item-4. So new tab will be opened in tabbed repeating dynamic layout, but focus is not on the Item-4' tab.
can anyone suggest how to set focus on recently opened Tab if we already clicked manually on any tab in tabbed repeating dynamic layout. Thank you.