【发布时间】:2013-05-23 17:47:44
【问题描述】:
我需要在 C# asp.net 项目中对 GridButtonColumn 进行排序。
我已添加此线程中列出的 c# 类
我无法让它工作。我明白了
类型或命名空间名称 找不到“GridButtonColumn”
是否需要添加 using 指令?
VB 示例使用Imports Telerik.WebControls。当我添加 using Telerik.WebControls; 时,我会收到此消息
类型或命名空间名称 'WebControls' 不存在于 命名空间“Telerik”(你错过了吗? 程序集参考?)
编辑:
我添加了命名空间,现在出现此错误
未知的服务器标签 'telerik:GridButtonColumnWithFilteringSorting
【问题讨论】: