【发布时间】:2012-09-20 09:58:57
【问题描述】:
这是我的代码
<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 事件中不可见?
【问题讨论】: