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?
 
Back
Top