4 Answers, 1 is accepted
0
Hi,
Can you please share more details about your scenario and what you are trying to accomplish?
Looking forward to your reply.
Regards,
Hristo
Progress Telerik
Can you please share more details about your scenario and what you are trying to accomplish?
Looking forward to your reply.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Fishhhh
Top achievements
Rank 1
answered on 19 Feb 2019, 08:41 AM
Thanks for reply.
Like attach file, I have a DropDownList, when I choose [Fruit], I just want to show tab which is Fruit (Apple and Banana) and disabled another animal tabs.
Is this clear enough?
0
Accepted
Hello,
You can access the tab strip item associated with a particular window and set its Enabled property false:
I hope this will help.
Regards,
Hristo
Progress Telerik
You can access the tab strip item associated with a particular window and set its Enabled property false:
this
.documentWindow1.TabStripItem.Enabled =
false
;
I hope this will help.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Fishhhh
Top achievements
Rank 1
answered on 20 Feb 2019, 12:30 AM
Yes, it work!
Thanks for your reply.