Set the grid's AutoGenerateColumns property to false. Then it will
only display columns you define instead of every column in your data
source.
On Sep 17, 3:03 pm, mtczx...@yahoo.com wrote:
> Datagrid view bound to datatable, view all fields from table, even I
> add some column to DataGridView. to prevent it I must add all clolumn
> to grid and set them unvisible except the column that I want to be
> visible.
>
> Have beter way to do that