在gridview中获取复选框选中事件
我有一个带有一列复选框和其他带有不同自定义控件的列的网格视图。 我想要的是,当选中复选框时,会触发一个事件,该事件会切换行中其他元素的可见性。
I have a gridview with one column of checkboxes and other columns with different custom controls .
What I want is that when a checkbox is checked an event is triggered which toggles the visibility of other elements in the row .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 http://www.devexpress.com/example=E2284 Code Central 示例作为完成此任务的起点。
You can use the approach, illustrated in the http://www.devexpress.com/example=E2284 Code Central example as a starting point to accomplish this task.