Hi,
I am struggling to set the selected index for the first page, it works for the 2nd page, but not the first page, the tab selects but it displays the second page. Am i missing a tag?
Thanks in Advance
Ryan
I am struggling to set the selected index for the first page, it works for the 2nd page, but not the first page, the tab selects but it displays the second page. Am i missing a tag?
<
telerik:RadTabStrip
ID
=
"RadTabStrip1"
runat
=
"server"
MultiPageID
=
"RadMultiPage1"
SelectedIndex
=
"0"
>
<
Tabs
>
<
telerik:RadTab
runat
=
"server"
PageViewID
=
"pageStandardProject"
Text
=
"Standard Project"
Selected
=
"True"
>
</
telerik:RadTab
>
<
telerik:RadTab
runat
=
"server"
PageViewID
=
"pageBillOfQuantities"
Text
=
"Bill of Quantities"
>
</
telerik:RadTab
>
<
telerik:RadTab
runat
=
"server"
PageViewID
=
"pageAudit"
Text
=
"Audit"
>
</
telerik:RadTab
>
</
Tabs
>
</
telerik:RadTabStrip
>
Thanks in Advance
Ryan