very descriptive
if I had to guess, I would recommend adding a routine to the ItemDataBound event of the RadGrid
if the e.Item casts to IGridInsertItem then it is an Insert
you have already checked it is in edit mode
the code below will vary depending on the EditMode of the Grid