Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have one gridview which contains number of rows and columns

I want to display one columns which contains one check boxes in the gridview.

When i click check boxes only enable the particular row and only last columns in the GridView


How to do this...?
Posted

1 solution

You can add checkboxes in GridView by using DataGridViewCheckBox column. See here[^] for a reference to the other columns as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900