I am utilizing the following example "Standalone Multipage" to work with my tab strip and have implemented it just fine. However I would really like it to update the tab location as well. How can I go about doing this? So when you click "Next" on the CU Type tab it will then highlight "Filters", so on and so forth.
Also I noticed when running it that if I manually clicked on "Dates" tab and clicked next it would go to the next tab which could be "Filters", not "Saved Searches".
Quite possibly this is the wrong sort of application for this? Is the Wizard a better use of it?
Also I noticed when running it that if I manually clicked on "Dates" tab and clicked next it would go to the next tab which could be "Filters", not "Saved Searches".
Quite possibly this is the wrong sort of application for this? Is the Wizard a better use of it?
<
telerik:RadTabStrip
ID
=
"RadTabStrip1"
runat
=
"server"
SelectedIndex
=
"0"
MultiPageID
=
"RadMultiPage2"
>
<
Tabs
>
<
telerik:RadTab
ToolTip
=
"CU Type"
Text
=
"CU Type"
Selected
=
"True"
></
telerik:RadTab
>
<
telerik:RadTab
ToolTip
=
"Filters"
Text
=
"Filters"
></
telerik:RadTab
>
<
telerik:RadTab
ToolTip
=
"Fields"
Text
=
"Fields"
></
telerik:RadTab
>
<
telerik:RadTab
ToolTip
=
"Dates"
Text
=
"Dates"
Enabled
=
"True"
></
telerik:RadTab
>
<
telerik:RadTab
ToolTip
=
"Saved Searches"
Text
=
"Save"
></
telerik:RadTab
>
</
Tabs
>
</
telerik:RadTabStrip
>