Quote Originally Posted by jmcilhinney
You have seen me post before that if you want to do something with or to a class you should read the documentation for that class. You want to freeze a row and/or column in a DataGridView? A quick look at the member listings for the DataGridViewRow and DataGridViewColumn classes and their Frozen properties jump out pretty quickly.
Dear jmcilhinney,

Thanks for the info, i found it it's working "It looks like that I didn’t search well"

I have one more Question! How can I prevent the user from sorting a column Ascending or descending? I tried this

Me.DataGridView3.AllowUserToOrderColumns = False but it’s not working?? Any idea please

Appricaite your help,