HOW-TO Detect a tabstrip click event on the client side(v1.x only)SOLUTIONFor the time being RadTabStrip 1.0 doesn't support client-side events but this functionality will be added in v2. However there is a workaround - in the NavigateUrl property of your Tab specify the following:NavigateUrl="javascript:someFunction(\'tab3\')"Where someFunction is a JavaScript function that will be called upon clicking on the tab and tab3 is the of the clicked tab. Please make sure to escape the ( ' ) symbol with ( \' ) because it is important.
Resources Buy Try