News

As I noted in my previous tip, I recently had to support letting the user sort by any column in a grid. If I was going to do that, I felt I should let the user know what column and direction they'd ...
Ok, another DataGridView issue: I have the AutoSizeMode for every column in my DataGridView set to AllCells. I also have the AutoSizeColumnsMode for the DataGridView itself set to AllCells.