c# - RadTabStrip On Click Show Prompt -


when user clicks on tab, want fire radconfirm window ask them if want proceed. now, cancel event, fire radconfirm, , in callback, if successful, i'm trying explicitly postback show new tab. tried doing:

//in tabselecting event on client e.get_tab().select(); //to select new tab because canceled selection earlier on sender._postback(e.get_tab()); //to perform postback 

the radmultipage gets updated new tab's content, radtabstrip not show me new tab selected. see old tab selected new tab's content.

any ideas?

thanks.

if hands on client object of clicked tab, can set selected using set_selected method client api (see here).


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -