GridView with ObjectDatasource UpdateMethod
问题 I have an ASP.NET WebForms page containing an ASPxGridView and an ObjectDataSource : <dx:ASPxGridView ID="gvEmployees" runat="server" AutoGenerateColumns="False" DataSourceID="objDsEmployees" KeyFieldName="EmployeeId"> <Columns> <dx:GridViewCommandColumn VisibleIndex="0"> <EditButton Visible="True" /> </dx:GridViewCommandColumn> <dx:GridViewDataTextColumn FieldName="EmployeeId" VisibleIndex="1" /> <dx:GridViewDataTextColumn FieldName="Name" VisibleIndex="2" /> <dx:GridViewDataTextColumn