cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Tabstrip UI

Former Member
0 Kudos

HI ,

In my view i am using tabstrip controller ,i have two tabs like tab1 and tab2.

In tab1 i have to call table which contains so many entires and also i have to do lot of funcionalities,like i am calling r3 transaction when user clicks button from tab1,and after user closes the r3 screen they should come back to tab1.etc,,the same for tab2.

I wanted to know whether it is feasible to use tabstrip for so many funcionalities,

I never used table control in tabstip,can any one tell me how should i call table control in tab,this one is the same what we do for normal table control when we call in view.

my tabstrip should behave just like the another view,so in my two tabs i have to assume as two views.

let me know whether it is feasible or not.

Thanks,

Vinay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A TabStrip is just a layout container, there's nothing special about it. You can embed complete views into tabs by using ViewContainerUIElement instances.

Armin

Answers (0)