Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网格,只要至少其中一列有一个 Ext.form.TextField 编辑器,然后在商店的 beforewrite 中编辑网格结果,beforesave 事件按预期触发。
但是,如果所有列 Ext.form.NumberField 编辑器,那么对它们的编辑不会触发这些存储事件。
我没有看到任何错误。
有谁知道我可能会看什么来了解这一点?