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
Post a Comment