Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 cxgrid 有问题。在我的 cxgrid 中有不同的行和列,它们具有组合框作为属性。但是如何将特殊的单元格值转换为组合框对象?例如:我想将第 1 行和第 2 列的组合框的 itemindex 设置为 0。
谢谢!
您无法设置的 ItemIndex,因为它是由 DataSource(或数据提供者)提供的。 但是您可以设置其他属性来实现网格列的 OnGetProperties 事件:
TcxComboBoxProperties(Sender.Properties).DropDownRows := 9