<dxwgv:ASPxGridView ID="controlGrid" ClientInstanceName="controlGrid" runat="server"
AutoGenerateColumns="False" KeyFieldName="DETAIL_ID" Width="100%" OnCellEditorInitialize="controlGrid_CellEditorInitialize"
OnCustomErrorText="controlGrid_CustomErrorText" OnRowDeleting="controlGrid_RowDeleting"
OnRowInserting="controlGrid_RowInserting" OnRowUpdating="controlGrid_RowUpdating"
OnHtmlEditFormCreated="controlGrid_HtmlEditFormCreated" OnCustomColumnDisplayText="controlGrid_CustomColumnDisplayText"
OnCustomCallback="controlGrid_CustomCallback">
<Templates>
<EditForm>
<dxuc:ASPxUploadControl ID="fileUpload" ClientInstanceName="fileUpload" runat="server">
<BrowseButton Text="浏览...">
</BrowseButton>
</dxuc:ASPxUploadControl>
</EditForm>
</Templates>
</dxwgv:ASPxGridView>
CS:
protected void controlGrid_RowInserting(objec