Specify which columns to display in datagridview

  • Thread starter Thread starter J Vallee
  • Start date Start date
J

J Vallee

Guest
I have a query that pulls 4 columns and the WHERE condition is on a column I DO NOT want to display in a datagridview.

Data is in a DataTable.

In Designer I have 3 columns established (bound to the columns I want to display) but at run-time, the 4th column is inserted.

How do I tell the datagridview not to insert the 4th column?

Continue reading...
 
Back
Top