您的位置:首页 > 其它

Infragistics-UltraGrid-实现多选下拉列表数值

2013-01-28 19:25 471 查看
Me.UltraComboEditor1.CheckedListSettings.CheckBoxAlignment = ContentAlignment.MiddleLeft
Me.UltraComboEditor1.CheckedListSettings.CheckBoxStyle = CheckStyle.CheckBox
Me.UltraComboEditor1.CheckedListSettings.EditorValueSource = EditorWithComboValueSource.CheckedItems
Me.UltraComboEditor1.CheckedListSettings.ListSeparator = ", "
Me.UltraComboEditor1.CheckedListSettings.ItemCheckArea = ItemCheckArea.Item

UltraGrid1.DisplayLayout.Bands(0).Columns(3).EditorComponent = UltraComboEditor1

最近测试了Epic中的UltraGrid是否支持下拉列表单元格可多选数值进行保存的功能,
发现Epic重写后的UltraGrid暂不能实现,在VS2010调用Infragistics的相关控件,按以下代码参考实现了所述功能:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Infragistics