---
title: "How to add check box in DataGridView in CSharp .NET"  
description: "To add CheckBox in  DataGridView we have to goto ‘columns’ property of DataGrid.After clicking on browse button a Edit Column  window will open.Click"  
author: "Anonymous User"  
published: 2010-07-27  
updated: 2020-03-04  
canonical: https://www.mindstick.com/articles/64/how-to-add-check-box-in-datagridview-in-csharp-dot-net  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How to add check box in DataGridView in CSharp .NET

##### To add CheckBox in DataGridView we have to goto ‘columns’ property of DataGrid.

![How to add check box in DataGridView in CSharp .NET](https://www.mindstick.com/mindstickarticle/7fa915d6-f0ce-44a6-ada1-3b323d8a072e/images/b38879cb-d5fe-49aa-bcd3-4c7d07021787.png)

After clicking on browse button a Edit Column window will open.

![How to add check box in DataGridView in CSharp .NET](https://www.mindstick.com/mindstickarticle/7fa915d6-f0ce-44a6-ada1-3b323d8a072e/images/bb1cef42-2c82-43c2-acc1-b01ac5392995.png)

Click on ‘Add’ button. Add Column dialog box will open.

![How to add check box in DataGridView in CSharp .NET](https://www.mindstick.com/mindstickarticle/7fa915d6-f0ce-44a6-ada1-3b323d8a072e/images/fafbf41c-b988-4c5e-b0b6-c3ec52fc9b03.png)

Now click on add button. Check Box will be added.

![How to add check box in DataGridView in CSharp .NET](https://www.mindstick.com/mindstickarticle/7fa915d6-f0ce-44a6-ada1-3b323d8a072e/images/c90371a6-a404-44d9-9e19-45066cd77501.png)\

\

---

Original Source: https://www.mindstick.com/articles/64/how-to-add-check-box-in-datagridview-in-csharp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
