Which event is raised after a datagridview sorts itself?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I need to hightlight some rows that have new data copied to them after
they're sorted. I tried hightlighting int he DragAndDrop event but once the
data is copied to some rows and I highlight them the grid sorts itself with
the new data and of course the wrong rows are now highlighted.
I was thinking to search through eact row on the grid after it sorts itself
and hightlight the update rows but I tried the "Sorted" event but that is not
even raised. Can someone tell me which event should I try?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top