CheckBox in Datagrid

  • Thread starter Thread starter Juan
  • Start date Start date
J

Juan

Hello Group!

I am programmig a windows application.
I want to make a multiple selection in a datagrid.
My first idea is put a checkbox in a datagrid but i dont a clue. I dont want
use checkboxlist because i need multiple data columns.

Please, any sample for me?

Thanks in advance

Jony
ZionGroup
 
In the properties window click on tablestyles Add a tablestyle. Then click
on GridStyles...On the Add button in a drop down menu..select
DataGridBoolColumn
 
Juan said:
I am programmig a windows application.
I want to make a multiple selection in a datagrid.
My first idea is put a checkbox in a datagrid but i dont a clue. I dont
want use checkboxlist because i need multiple data columns.

5.15 How can I put a checkbox in a column of my
DataGrid?<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q754q>

(Loading takes a bit. I suggest to drink a coffee in while waiting...)

Alternatively you may want to use a listview controls with checkboxes
enabled and 'View' set to 'Details'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top