请问Ext.Net 中的MultiCombo控件如何支持手动输入值?

IT好人-杨大山 2012-03-12 10:40:43
请问Ext.Net 中的MultiCombo控件如何支持手动输入值?
不仅可以下拉选择也可以手动输入值 Editable="true"是不行的
下面这段代码是反编译Ext.Net.dll中的类MultiCombo看到的

[Description("")]
protected override void OnBeforeClientInit(Observable sender)
{
if (this.Editable)
{
throw new Exception("The MultiCombo doesn't support Editable mode");
}
base.InitPostBack();
if (this.StoreID.IsNotEmpty() || (this.Store.Primary != null))
{
Store store = this.Store.Primary ?? ControlUtils.FindControl<Store>(this, this.StoreID, true);
if (store == null)
{
throw new InvalidOperationException("The Control '{0}' could not find the StoreID of '{1}'.".FormatWith(new object[] { this.ID, this.StoreID }));
}
}
else
{
this.TriggerAction = TriggerAction.All;
this.Mode = DataLoadMode.Local;
}
}
...全文
213 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
齐的隆冬强 2012-09-01
  • 打赏
  • 举报
回复
顶啊~!!!同问题求解决!

87,989

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧