Reputation: 1
I am using Devexpress GridControl and I listed the data (personel informations) on the grid. But I want to add checkEdit on GridControl/Gridview. This checkEdit will be select or unselect to the incoming data. How can I do this?
Thanks, Best Regards,
Upvotes: 0
Views: 510
Reputation: 18290
Starting with version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection. See the following help topic to learn more: Multiple Row Selection via Built-In Check Column
References:
How to Select row using checkedit gridcontrol devexpress?
Upvotes: 1