Datagrid row change event?
Is there a row change event for datagrids? I don't want to use the CurrentRowChanged event because it does not do what I want. The CurrentRowChanged event occurrs for every column that is changed in that row, I only want a event that occurs when I select a new row with the mouse or scroll bar.
thanks
|