读取单元格更改事件中的列值
我有一个 .net winforms 屏幕,其中包含从数据库 [Col Names:Id, Name, Age] 绑定的 infragisitics ultrawingrid 。 在显示网格时,我为客户端的每一行添加一个复选框列。 当用户单击复选框时捕获单元格更改事件。
在此事件附加的方法中,我想读取上下文中该行的所有单元格的值...[例如,我想读取 Id、Name、Age 列值]。我如何以编程方式执行这 ?
谢谢。
I've an .net winforms screen with infragisitics ultrawingrid bound from the database[Col Names:Id, Name, Age].
Am adding a checkbox column for each row from the client side while showing the grid.
Am capturing cell change event when the checkbox is clicked by the user.
In method attached to this event, I want to read the values of the all the cells for the row which is in context...[for eg.I want to read Id,Name,Age column values].How do I progammatically do this ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在
ultraGrid1_ClickCell_1
事件中使用此代码Use this code in the
ultraGrid1_ClickCell_1
event用这个
Use this