I'm attempting to do a programmatic insert to a DetailTable in a RadGrid, however I can not find an equivalent "OnInsertCommand" for the DetailTables as I use for the MasterTable.
Is there an equivalent, or is the solution to run the database insert during the onItemCommand event and just verify which detail table is running the insert/edit command? I am using the GridEditCommandColumn within the DetailTable and was hoping there were built in Insert/Edit handlers. I'm using OnDetailTableDataBind to bind the detail table, but didn't see any for Insert/Edit.
Is there an equivalent, or is the solution to run the database insert during the onItemCommand event and just verify which detail table is running the insert/edit command? I am using the GridEditCommandColumn within the DetailTable and was hoping there were built in Insert/Edit handlers. I'm using OnDetailTableDataBind to bind the detail table, but didn't see any for Insert/Edit.