I need to stop the ordering of rows by clicking on the column header of datagridview.
Actually I need to enter the data into the particular rows and columns of datagridview. So, I can't make the datagridview disabled. If i change the order of the rows then the format i designed of datagridview got changed which i shouldn't want.
I do not find any property of datagridview to stop the ordereing.
Please help if any one have solution for that problem.