I have a DataGridView that contains Two Columns I want to disable Sorting the cells in the first Column I already assigned the property sortedMode in the first Column to Not Sortable but the problem is when the user click on the other column the cells that are owned by the first also sorted i want to prevent that.
↧