DXperience gridview 和其中的控件
我正在尝试 DXperience gridview 的试用,并且想知道是否可以将 aspx 控件附加到其中一列。
我创建了一个简单的控件,其中包含一个按钮和一些 javascript/ajax 方法,并想将其添加到列中,但这可能吗?
I have am trying the trial of DXperience gridview, and was wondering if it is possible to attach a aspx control to one of the columns.
I have created a simple control which contains a button and some javascript/ajax methods, and would like to add it to a column, but is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
dxprerience gridview 支持模板化列,就像标准 ASP.NET gridview 一样。 使用模板可以嵌入自定义控件。
请参阅 ASPxGridview 文档 例如。
The dxprerience gridview supports templated columns just like the standard ASP.NET gridview. Using templates is what allows to embed your custom controls.
Please refer to the ASPxGridview Documentation for examples.