I have a very large DataGridView. When the user is done entering data, they click a button to perform calculations. The last cell the user entered data on remains highlighted (blue in my case). This ruins the other highlighting scheme I added to the calculations. How can I remove this highlight from the grid? Setting focus elsewhere doesn't help.
Thanks
Thanks
Comment