DataGridView in 2.0 Framework - Sorting

  • Thread starter Thread starter Chris Moore
  • Start date Start date
C

Chris Moore

All,

I am having a considerable amount of difficulty with what should be a
very simple problem. I have a DataGridView that is bound to a
collection of objects that displays (and edits) selected objects
appropriately. However, I can find no way to activate sorting by
column. I want to be able to do the normal thing: click on a column and
have the rows sort (alphabetically) according to the contents of the
selected column. According to the documentation, I should be able to
set the column's sort mode to "Automatic" and the sort glyph should
become available on the column. This, however, does not happen. The
sort glyph does not appear and thus I cannot sort. Anybody know what
the heck's going on here?

Thanks
Chris.
 
Back
Top