When using the AutoInsert / AutoUpdate functions on a RadGrid, the iAuditable method is not being called. However if I intercept the onInsert / onUpdate calls, and manually perform the Insert / Update then the iAuditable method fires correctly. I'm trying to limit the amount of code to ZERO on several simple admin screens by utilizing the base Grid Functions available, any help would be greatly appreciated.