Remove datagrid col at runtime?

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

I'm missing something. I'm trying to remove a column in a gridlist using the
following syntax:

grdList.Columns.Remove(grdList.Columns(0))

All this does is screw up the formatting in the table. Column is still
there.

Chip
 
Back
Top