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

SelectedTab - allow user to reselect it

2 Answers 28 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 02 May 2011, 10:21 PM
I have a tab strip that does autopostback.  I would like the user to be able to re-click the selected tab and have that scenario cause an autopostback too, so that I can refresh the data on the page.  Currently the selected tab turns the user's mousepointer to a finger, indicating it can be clicked, but it doesn't do anything when the user clicks it.  There is no postback.

2 Answers, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 03 May 2011, 07:46 AM
Hello Mike,

You need to set the ClickSelectedTab property of the RadTabStrip to "True" to be able to click on selected tab and perform a postback.

All the best,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Mike
Top achievements
Rank 1
answered on 03 May 2011, 06:24 PM
That worked for me.  Thank you!
Tags
TabStrip
Asked by
Mike
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Mike
Top achievements
Rank 1
Share this question
or