I'm using the WPF DataGrid
(.Net 3.5 SP 1 version from the Toolkit)
What event can I subscribe to, to detect when a new row is added? (e.g. when the user moves the cursor down or presses Enter a new blank row gets added to the grid).
Eventually what I want to do is use that event to calculate some default values and put them in the new row.
The grid is bound to a DataTable
, if that makes any difference.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…