I have a DataGridView in which I display data from SQLDataTable. My DataGridView has two columns (‘ID’, ‘Name’) and multiple rows. When the user clicks on the column header, he can change the order in which data is displayed (ascending, descending).
What can I do to unable the user to change data order?
Thanks!
What can I do to unable the user to change data order?
Thanks!