简体   繁体   中英

c# How to add unbound check box column to WinForms with DevExpress(Gridview)?

I want to add check box column to gridview without choosing Data source because I'm using a dataAdapter. I've searched google, but I think there is no case like me. Please help me to examples or solution... (I use Visual studio 2013 c#, DevExpress(gridcontrol), Mssql)

I believe you've tried to add this checkbox column to emulate check-selection. From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection. To enable this feature, set the properties as follows.

Take a look at the Multiple Row Selection via Built-In Check Column help-article for details.

Online Video: DevExpress WinForms: Web Style Row Selection.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM