dotnetmonitor.com |
|
||||||||||||
| Before a user starts
to type in the new row the rows IsNewRow property returns true. When the user
starts to type in the new row, that row no longer is considered the new row,
but a new new row is added:
When this new new row is added the UserAddedRow event fires with the Row event args property identifying the new new row. If the user hits the Escape key at this stage the new new row is removed. This causes the UserDeletingRow event to fire with the Row event args property identifying the new new row. |
||||||||||||
|
||||||||||||