DataGrids and editing values
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have created a datagrid that has a coloumn which value is calculated from two other coloums. so the data datagrid column Total = Column Amt * Column Price I would like to capture theevent when a cell is edited and enter or down arrow is pressed. Once the event is triggered I need to asertain the cell row and column details. Then I will add some code to recalculate the data and refresh the grid. So the question. How do I capture the enter after edit of a cell. How do I get the row and column details. Any Help would be apreciated. Thanks