在ExtJS的使用过程中发现:Ext.ux.grid.RowEditor的使用与Ext.grid.GridPanel中ColumnModel的定义可能存在一些冲突.

假如GridPanel的cm的定义中包含Ext.grid.CheckboxSelectionModel列时,将会产生“g.getEditor is not a function”的错误…

原因不明,把CheckboxSelectionModel列去掉后功能恢复正常…

ExtJS的版本为3.3,其它版本没有认真测过,印象中2.x版本的不存在这个问题.

相关文章:

  • 2022-02-20
  • 2021-07-31
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-11-16
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-06-21
  • 2022-02-22
  • 2021-07-04
相关资源
相似解决方案