【问题标题】:Combobox trigger make disable/hidden from ext.net组合框触发器使 ext.net 禁用/隐藏
【发布时间】:2017-07-20 09:24:23
【问题描述】:

哪个属性使组合框触发器禁用/隐藏或只读?感谢您的关注 我的组合框是;

<ext:ComboBox runat="server" ID="cboStorageHouse" MinChars="0" LabelWidth="150" FieldLabel="Ambar"
                                                MaxHeight="22" DisplayField="Name" ValueField="ID" ForceSelection="False">
                                                <Listeners>
                                                </Listeners>
                                                <Store>
                                                    <ext:Store runat="server" ID="strStorageHouse" AutoDecode="True">
                                                        <Model>
                                                            <ext:Model runat="server" ID="mdlStorageHouseList" IDProperty="ID">
                                                                <Fields>
                                                                    <ext:ModelField Name="ID" Type="Int" />
                                                                    <ext:ModelField Name="Name" Type="String" />
                                                                </Fields>
                                                            </ext:Model>
                                                        </Model>
                                                    </ext:Store>
                                                </Store>
                                            </ext:ComboBox>

【问题讨论】:

    标签: javascript c# asp.net wcf ext.net


    【解决方案1】:

    大家好,我找到的解决方案可能对某人有用,

    HideBaseTrigger="true"
    

    这个组合框属性解决了我的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-04-15
      • 1970-01-01
      • 2014-01-03
      • 1970-01-01
      • 1970-01-01
      • 2014-11-22
      相关资源
      最近更新 更多