These are both wonderful ideas and would work great if my datagrid was setup a specific way everytime; however, it isn't. The user of my program has the ability to choose which fields he wants displayed in the datagrid and in which order, so I can not know where the field is located that I want excluded from viewing.

Unless...

Ok, how would I know which field is the last field shown in the datagrid?

If I could do this, then I could just set that columns visible property to false...

thanx,
squirrelly1