This question is locked. New answers and comments are not allowed.
Hi,
I looked at the Telerik Ajax tabstrip events - and one of the events exposed is OnClientTabSelecting. This is fired when the user clicks on a tab other than the current tab.
Is a similar event supported in Telerik MVC tabstrip? Is there any workaround to achieve the same functionality?
I want to submit all changes in the current partial view when the user selects a different tab.
As i understand, when the event OnSelect is fired, i cannot save changes for the previously selected tab.
EDIT: http://demos.telerik.com/aspnet-ajax/tabstrip/examples/clientside/clientevents/defaultcs.aspx -- the demo for AJX tabstrip. Note there are two events - Selecting, and Selected. Selecting is fired when the current partial view is still alive. Also selecting allows control over whether or not the event should propagate/do default. I am looking for exactly this.
I looked at the Telerik Ajax tabstrip events - and one of the events exposed is OnClientTabSelecting. This is fired when the user clicks on a tab other than the current tab.
Is a similar event supported in Telerik MVC tabstrip? Is there any workaround to achieve the same functionality?
I want to submit all changes in the current partial view when the user selects a different tab.
As i understand, when the event OnSelect is fired, i cannot save changes for the previously selected tab.
EDIT: http://demos.telerik.com/aspnet-ajax/tabstrip/examples/clientside/clientevents/defaultcs.aspx -- the demo for AJX tabstrip. Note there are two events - Selecting, and Selected. Selecting is fired when the current partial view is still alive. Also selecting allows control over whether or not the event should propagate/do default. I am looking for exactly this.