Hi everyone. Again.

I'm using Microsoft Access 2003, an OleDb connection and Visual C# 2005.

I'm using a mostly databound datagridview, with a single unbound column called "status". In my code, I compare a number of columns in the grid view, return a string, and fill in the unbound status column with that string.

The only real reason I'm doing this is so that the user can sort the datagridview by this string. In all the other columns, I can click the column header to sort them. Unfortionately, for some reason doing the same on the unbound column has no effect.

Any help would be appreciated. Thanks.