If the user clicks on the blank row at the bottom of the DataGridView and removes the focus from the DataGridView, the clicked row is now in a state indicating changes to the row. Can you tell the
Tag: DATAGRIDVIEW
VB.NET – DataGridView retains Waitcursor when updating from thread
I have a DataGridView control in my Windows Forms application.
I am using a background thread to add rows to the grid. I change the cursor of the form to Waitcursor when the process starts , And r