Hello, I am developing some software for a team and I am using the DataGridView and I want to have a button that changes the readonly on and off. I have tried DataGridView1.Readonly = False but that does not seem to work. Any suggestions? Thanks!