在 Telerik MVC TabStrip 控件中使用客户端 API 添加新选项卡
有谁知道如何使用客户端 API 在 Telerik 的 MVC TabStrip 中添加选项卡?文档中没有任何内容,tabstrip javascript 中也没有代码。我希望有人以前做过这件事。
提前致谢 !!
Does anyone know how to add a tab in Telerik's MVC TabStrip using Client Side API ? There is nothing in documentation and no code in tabstrip javascript too. I am hoping some one might have done this before.
Thanks in advance !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过大量谷歌搜索后,我得到了这篇文章。它解决了我使用客户端 API 添加新选项卡的问题。您必须下载
telerik.extensions.js
并将其注册到_layout.cshtml
中,然后只需在 tabstrip 实例上调用 addTab 即可,如下所示:After googling a lot , i got this post. It solved my problem of adding new tab using client API. you will have to download
telerik.extensions.js
and register it in_layout.cshtml
and then just call addTab on your tabstrip instance like this: