DataGrid

Veka

Member
Joined
Oct 25, 2004
Messages
5
Programming Experience
Beginner
Hi.

I hope somebody can help me.
I'm working with windows forms and dataGrids. I'm showing the items from a table in a datagrid, I'm just selecting the items that I want to show, but I need one of them be hide. I don't want miss it, because I need it to make deletes per row and this item is my key.

I've been looking for information about it, but I haven't found anything that could help me. I'm not sure if the VISIBLE property exists for columns, I've used TableStyles and ColumnStyles but nothing helps me.

Thank you very much.

Veronika
 
Your on the right track, you want to set the column width to 0 in the column style.
 
Back
Top