网格列可以包含下拉列表吗?
你好 我有这样的需求,但不知道能不能实现: 具有 4 列的网格视图:第 1 列、第 2 列、第 3 列和第 4 列。在 4 列中,对于第 3 列,每个单元格都包含一个下拉列表控件。这可能吗?
谢谢!
Hi
I have such requirement, but I don't know whether it could be implemented or not:
A grid view with 4 columns: column 1, column2, column3 and column4. Among the 4 columns, for column 3, each cell contains a dropdown list control. Is this possible?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的。您可能需要使用 OnItemDatabound 事件绑定数据,但这取决于您的数据源所在的位置(即它们是代码隐藏还是拖放)。
当然有可能。
Yes it is possible. You might need to bind the data using the OnItemDatabound event, but it depends on what/where your data sources are (ie are they code behind or drag and drop).
Certainly possible.