I have both of these set on my grid, e.g.
and on an insert, it seems both of these are being invoked, both having CommandName == RadGrid.PerformInsertCommandName (the ItemCommand is also invoked with CommandName == RadGrid.InitInsertCommandName).
For whatever reason, I was thinking that only the OnInsertCommand would be invoked for the PerformInsert. Is having both of these be invoked the expected behavior?
OnItemCommand="RadGrid_Application_ItemCommand" OnInsertCommand="RadGrid_Application_InsertCommand"
and on an insert, it seems both of these are being invoked, both having CommandName == RadGrid.PerformInsertCommandName (the ItemCommand is also invoked with CommandName == RadGrid.InitInsertCommandName).
For whatever reason, I was thinking that only the OnInsertCommand would be invoked for the PerformInsert. Is having both of these be invoked the expected behavior?