Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created datagridview in vb.net. and I want to create checkbox for one particular field or cell.how do i create that?. i used datagridviewcheckboxcoloumn but then it shows checkbox for whole column. and i need show checkbox for one pariticular cell.
Posted

1 solution

Hai Mahendra,

I worked in a similar scenario, you must load the GridView conditionally for that column and check to see if the condition staisfies and then add the "Checkbox" either in the code-behind or even in the ASP.NET webform.

Thanks!.
Vijaya.
 
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