I am newbie in Telerik (Kendo). I want to know how can I hide or show tab based on roles or authentication as per user. I guess its been done by Helper, but I am not sure how to do it.
Please help me regarding this.
Thanks in advance.
Regards,
DS
Its a bit difficult to provide you with the best answer without seeing what you have so far, but if your initializing the TabStrip using JavaScript you will have a list if tabs in your html:
Give each of the tab list items an id.
Then simply show or hide the list item by Id using JQuery
Here is a working example in JSFiddle: http://jsfiddle.net/loanburger/9mLz5wnc/