I know that Windows Forms are considered old fashioned, but I've got clients with applications that still use them. As I noted in my previous tip, I recently had to support letting the user sort by ...
Column Sort Modes in the Windows Forms DataGridView Control xref:System.Windows.Forms.DataGridView columns have three sort modes. The sort mode for each column is specified through the ...
For example, if you sort the xref:System.Windows.Forms.DataGridView by multiple columns, you might want to display multiple sorting glyphs or no sorting glyph. Although you can programmatically sort a ...