Changing the default direction for sorting in DataGridView column I have a DataGridView that is bound to a BindingSource that is bound to a DataTable One of the columns in the DataTable is of type boolean The SortMode for the column that is displaying the boolean is set to Automatic When DataGridView sorts, it does an ascending sort and puts the 'false' value to the top I would like to reverse that