I am developing a winform application and I used Datagridview to show records.
Now I have a requirement that the cell contents should be readonly but at same time I want that end users can copy the cell content to a clipboard and not to edit it.
Please suggest if you have any solution.