This is a migrated thread and some comments may be shown as answers.

RadTabStrip to filter RadScheduler

2 Answers 66 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Azize
Top achievements
Rank 1
Azize asked on 04 Mar 2009, 08:44 AM
Hey Guys!

I have a big problem and need your help!

I have tree controls :
 - RadTabStrip wich i assign texts and values
 - SqlDataSource
 - RadScheduler wich contain over values.

The SqlDataSource provide Radcheduler values.
I want to use RadTabStrip to filter SqlDataSource contents.

My problem is RadTabStrip control dont have a SelectedValue. 

<asp:SqlDataSource ID="SqlDataSourceRadScheduler" runat="server"  

 

  ConnectionString="<%$ ConnectionStrings:ConnectionString %>"  

 

  SelectCommand="SELECT * FROM planning WHERE [fk_id] = @fk_id" 

 

  ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"  

 

 

 

    <SelectParameters 

 

      <asp:ControlParameter ControlID="RadTabStrip" DefaultValue="2" Name="fk_id" 

 

        PropertyName="SelectedValue" Type="Int32" />  

 

    </SelectParameters

 

</asp:SqlDataSource>


Please Help me.
Thanks,
Azize

 




 

 

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Mar 2009, 08:53 AM
Hello Azize,

At the time being RadTabStrip does not have a SelectedValue property. I am afraid you cannot use it in this scenario. This has been logged as a feature request and I have updated your telerik points.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nicolaï
Top achievements
Rank 2
answered on 16 Oct 2009, 04:19 PM
Hi,
a search lead me here... .SelectedTab.Value would have been useful as a controlparameter, yes!
Tags
TabStrip
Asked by
Azize
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Nicolaï
Top achievements
Rank 2
Share this question
or