1
這是我的代碼自定義和訪問控制onItemCommand
<EditFormSettings PopUpSettings-Width="500" EditFormType="Template">
<FormTemplate>
<asp:DropDownList ID="Status" DataSourceID="TerminalStatusDTS" DataValueField="STATUS_ID" DataTextField="STATUS_NAME" runat="server" Width="175px" ></asp:DropDownList>
</FormTemplate>
我的問題是如何讓Status
無形之中e.commandName=RadGrid.InitInsertCommandName onItemCommand
事件?