私はこのようにASPxGridLookup
を持っています。Devexpress:ASPxGridLookupのすべてのボタンをクリアします。
<dx:ASPxGridLookup ID="GridLookup" runat="server" Text='<%# Bind("AKTOR") %>'
ClientInstanceName="gridLookup" DataSourceID="SqlDataSource3"
KeyFieldName="KOD" MultiTextSeparator=";" SelectionMode="Multiple"
TextFormatString="{0}">
<GridViewProperties>
<SettingsPager PageSize="20" />
</GridViewProperties>
<Columns>
<dx:GridViewCommandColumn ShowSelectCheckbox="True" />
<dx:GridViewDataColumn FieldName="KOD" />
<dx:GridViewDataColumn CellStyle-Wrap="False" FieldName="ACIKLAMA" />
</Columns>
</dx:ASPxGridLookup>
このように見えます。
私は、このコントロールにClear All
ボタンを追加します。どうやってやるの?
注:このexampleのように、Close
ボタンを押します。
いいえ、 'Dropdowneditor'はパラメータとして列名を受け入れないため、' GridLookup'を使用します。あなたは何か考えていますか? –