1: 2: 3: 4: 5: 6: 7: 8:
<script type="text/javascript"> function OnClientClose(sender, eventArgs) { window.location.reload(); var tabStrip = $find('<%= procTab.ClientID %>'); var tab = tabStrip.findTabByText('Offer'); tab.set_selected(true); //The same as tab.select(); } </script>
I found a workaround and have submitted a support ticket to telerik.
How should I handle this question folks?