---
title: "How to remove the extra column in DevExpress GridControl using wpf?"  
description: "How to remove the extra column in DevExpress GridControl using wpf?"  
author: "Manoj Bhatt"  
published: 2013-08-08  
updated: 2013-08-09  
canonical: https://www.mindstick.com/forum/1355/how-to-remove-the-extra-column-in-devexpress-gridcontrol-using-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# How to remove the extra column in DevExpress GridControl using wpf?

Basically my [requirement](https://yourviews.mindstick.com/view/85169/becoming-an-influencer-requirement-of-skills-and-knowledge) is to [remove](https://yourviews.mindstick.com/story/4554/8-harmful-weeds-to-remove-from-garden) the [extra](https://www.mindstick.com/blog/63570/5-ways-to-make-money-with-the-extra-space-in-your-home) [column](https://www.mindstick.com/forum/33860/how-to-calculate-column-summary-in-sql-server) in [DevExpress](https://www.mindstick.com/forum/34326/fill-devexpress-gridview-with-list) GridControl using wpf. I have a GridControl which is contain three columns but [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) is that in GridControl [shows](https://yourviews.mindstick.com/view/81380/new-york-violent-shooting-shows-people-are-not-safe-in-night-life) three columns perfectly but [rest](https://www.mindstick.com/forum/12745/how-do-i-use-webapi-rest-correctly-when-other-params-are-needed) of GridContol area is shows like extra column, I want to remove that extra column so is there any solution please help me.

## Replies

### Reply by shreesh chandra shukla

Hi Manoj!try this.\

```
<dxg:GridControl>   
<dxg:GridControl.Columns>       
<dxg:GridColumn FieldName="ID"/>       
<dxg:GridColumn FieldName="Name"/>       
<dxg:GridColumn FieldName="Age"/>   
</dxg:GridControl.Columns>   
<dxg:GridControl.View>       
<dxg:TableView AutoWidth="True"/>   
</dxg:GridControl.View></dxg:GridControl>
```

thanks


---

Original Source: https://www.mindstick.com/forum/1355/how-to-remove-the-extra-column-in-devexpress-gridcontrol-using-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
