igedit_getById

 

Infragistics中的Edit系列控件如果用setText 和setValue之类的自己却不能触发change事件

this.getWebEdit().setText(value);
            //触发valuechange事件
            this.getWebEdit().fireEvent(11);
            //触发textchanged事件
            this.getWebEdit().fireEvent(12);
            //this.getWebEdit().elem.focus();
            if(typeof(doValueSetted)=='function')
                doValueSetted(this.getWebEdit());
            if (this.AutoPostBack)
            {
                __doPostBack(this.getWebEdit().uniqueId);
            }

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2021-10-24
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2021-10-29
  • 2022-12-23
  • 2022-02-04
  • 2022-02-11
  • 2021-11-13
相关资源
相似解决方案