c# - Infragistics UltraGrid : How to force a CellUpdate event after user selects from drop down

标签 c# infragistics ultrawingrid

Infragistics UltraGrid:列有一个自动完成的下拉列表。当用户从列表中选择一个项目时,我如何强制执行 CellUpdate 而不必等待他按回车键或单击其他单元格。

最佳答案

答案是:

grid.AfterCellListCloseUp += delegate { grid.UpdateData(); };

非常感谢 Infragistics Grid Guru Mike Saltzman:

http://community.infragistics.com/forums/p/47347/253023.aspx#253023

关于c# - Infragistics UltraGrid : How to force a CellUpdate event after user selects from drop down,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3833440/

相关文章:

C# 在父构造函数中访问调用者

c# - 从命令行使用 .net 构建 WPF 应用程序

c# - Infragistics UltraGrid 中的超链接单元格

c# - 如何读取WebClient的自定义 header 条目

c# - C# 中 Equifax 的信用报告

vb.net - UltraGrid Infragistics 中的行添加错误

asp.net-mvc - Infragistics Ignite Excel 库中的动态出现奇怪问题

android - 无法在 Selenium 中使用移动模拟 chromedriver 中的 click()

vb.net - 将 xml 数据加载到 Ultragrid 中

infragistics - 如何刷新 Infragistics UltraGrid?