Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何将 jquery 屏蔽插件与 Kendo MVC Grid 一起使用?
我想屏蔽剑道网格列绑定的“电话号码”列。
我正在开发 ASP.NET MVC4 应用程序。
或者有没有其他方法可以屏蔽 kendo mvc 网格电话号码列?
你说的屏蔽是什么意思?喜欢隐藏列??如果这是您要查找的内容,则可以将列的隐藏属性设置为 true,它将隐藏该列。如果您有可用的列菜单并且不想在该菜单中看到该列,请将列的菜单属性设置为 false。