This is a migrated thread and some comments may be shown as answers.

Can't see control from another tab

5 Answers 40 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rusty
Top achievements
Rank 1
Rusty asked on 23 Nov 2011, 09:53 PM
OK, I just inherited a project that uses these controls and I am not sure how to word this.  I have a page thatuse radtabstrip and multipage. I have several pages and when I click on to save, the tables are getting updated with all the values with the first tab and doesn't see anything else.  I also get the identity of the record and save it as a session variable for a child table and it doesn't see it either. Is it possible for me to see the controls on all the tabs? If so, how do I do it?

5 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 28 Nov 2011, 11:37 AM
Hello Rusty,

What you experience as a behavior might occur in case the RenderSelectedPageOnly property of the RadMultiPage is set to True. In such scenarios only the content of the currently shown pageview is  rendered on the page and thus you are not able to access the value of controls which are not rendered on the page.

In case you are not using the RenderSelectedPageOnly property, try to provide more information about your particular implementation.

Kind regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Rusty
Top achievements
Rank 1
answered on 28 Nov 2011, 03:01 PM
I set the attribute to false.  I am not really using this as additional pages but separation of information on the form.  It is still not seeing the controls on the other tabs.
0
Dimitar Terziev
Telerik team
answered on 28 Nov 2011, 03:45 PM
Hello Rusty,

In general only the controls in the currently selected pageview are shown, and the rest are hidden. This is the main functionality of the RadMultiPage. Please refer to the following demo so you could have a better understanding on how the RadTabStrip with RadMultiPage is working. If you want to see all of your controls on the page then you don't need to use the RadMultiPage control.

Best wishes,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Rusty
Top achievements
Rank 1
answered on 28 Nov 2011, 05:26 PM
OK, is there is control on in the AJAX controls that works like I am expecting?
0
Genady Sergeev
Telerik team
answered on 01 Dec 2011, 02:45 PM
Hello Rusty,

We don't provide layout controls, you can use simple html to position the controls on the page wherever you want.

Kind regards,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TabStrip
Asked by
Rusty
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Rusty
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or