I have a winforms datagridview, where I want to d*isable some cells/rows* with setting ReadOnly=true. What could be the reason that sometimes this has no effect and the cells/rows are still editable?
Are there other possibilities to prevent editing specific rows or cells? Is it possible to prevent clicking or entering a cell?
