这是我的代码
gridView1.Columns.Add(new DevExpress.XtraGrid.Columns.GridColumn()
{
Caption = "Selected",
ColumnEdit = new RepositoryItemCheckEdit() { },
VisibleIndex = 1,
UnboundType = DevExpress.Data.UnboundColumnType.Boolean
});
Run Code Online (Sandbox Code Playgroud)
但我无法同时检查多个checkEdit.那是为什么?请告诉我出路.谢谢.