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

RadTabStrip behavior

5 Answers 101 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 22 Aug 2008, 05:53 PM
I have a tabstrip with two pageviews, and save button. The problem is everytime the save method finishes, tabstrip always displays the contents on the first page view even if the currently selected page view is the second.

How do I resolve this?

Thank you.

5 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 25 Aug 2008, 02:55 PM
Hello Adrian,

I tested the described situation and RadTabStrip preserved its state after postback. Could you please modify the attached sample project with your code and send it back to us so we could observe this issue? You should open a support ticket to be able to attach files. Thanks.


Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Adrian
Top achievements
Rank 1
answered on 26 Aug 2008, 05:02 PM
Thank you for your reply.

Your example works. But where the problem starts is when you put the radpage/radmultiview into an update panel and you have server side code on your RadTabStrip1_TabClick1. Also put the button on an update panel with some server side code.

It seems to me that Rad controls are not 100% compatible with the updatepanel.
0
Yana
Telerik team
answered on 27 Aug 2008, 11:16 AM
Hello Adrian,

I'm still not able to reproduce the described issue, I put RadTabStrip in UpdatePanel and it worked as expected. Please check the attached modified project.

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
RobbMurdock
Top achievements
Rank 1
answered on 28 Aug 2008, 02:01 AM
Greetings:

I have almost the exact problem except that I the button is inside the PageView along with a host of text boxes, etc.

When the button is clicked , I would expect the same PageView to persist so I can see the results of the button action.  Instead, the MultiPage displays the 1st PageView in its collection (even without any server side event handler being used).

One other difference is that I am using the AjaxManager to control the MultiPage when the TabStrip Tab is clicked.

QUESTION:  Is there a good example of a button within a PageView in a MultiPage, AJAX environment ?

Thanks all.

Robb
0
RobbMurdock
Top achievements
Rank 1
answered on 28 Aug 2008, 03:47 AM
NEVERMIND!!!!!

I was setting the default PageView in the PageLoad.

Mea culpa!

Thanks

Robb
Tags
TabStrip
Asked by
Adrian
Top achievements
Rank 1
Answers by
Yana
Telerik team
Adrian
Top achievements
Rank 1
RobbMurdock
Top achievements
Rank 1
Share this question
or