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

RadTab visible binding not working

1 Answer 68 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
HCT-CERT
Top achievements
Rank 1
HCT-CERT asked on 27 Jan 2013, 10:32 AM
Hi,

The following is not working:

<telerik:RadTab runat="server" Text="Attendees" Visible='<%#Request["id"]!=null%>'>

<telerik:RadTab runat="server" Text="Action Plans" Visible='<%#this.MeetingFV.CurrentMode != FormViewMode.Insert%>'>

Regards,

Madani

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Jan 2013, 12:23 PM
Hi

The Visible property of RadTab supports only boolean values True or False.
Using Visible property you cannot bind,instead try using Text..

Thanks,
Princy.
Tags
TabStrip
Asked by
HCT-CERT
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or