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

RadTabStrip On Click Show Prompt

1 Answer 49 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 02 Dec 2010, 10:52 PM
Hello,

When the user clicks on a tab, I want to fire the radconfirm window to ask them if they want to proceed.  Now, I cancel the event, fire radconfirm, and in the callback, if successful, I'm trying to explicitly postback to show the new tab.  I tried doing:

//In tabSelecting event on client
e.get_tab().select(); //to select the new tab because I canceled the selection earlier on
sender._postback(e.get_tab()); //to perform the postback

The RadMultiPage gets updated to the new tab's content, but the RadTabStrip does not show me the new tab selected.  I see the old tab selected with the new tab's content.

Any ideas?

UPDATE
I also tried setting the selected index of the tab strip, or calling set_selected() on the tab.  Maybe this is a bug?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 07 Dec 2010, 02:19 PM
Hi Brian,

You could check this article here explaining how to do it. You could also download the project, where there are some ready project you could us.

Kind regards,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jumpstart 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.
Tags
TabStrip
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or