潘棒棒 发表于 2023-3-9 11:08:01

在vue中如何使用 CustomGridEditor类

如何在vue中使用CustomGridEditor类?

Richard.Ma 发表于 2023-3-9 11:08:02

嗯,这个是老版本的示例页面,CustomGridEditor是示例定义的一个类,并不是产品提供的。
你在这个ES6界面,就能看到代码
https://demo.grapecity.com.cn/wijmo/demos/Grid/Editing/CustomEditors/purejs
可以参考这个代码

另外,对于新版本的wijmo来说,提供了另一种更方便的设置自定义编辑器的方法,可以参考新版示例,
https://www.grapecity.com/wijmo/demos/Grid/Editing/CustomEditors/vue

Richard.Ma 发表于 2023-3-9 15:00:52

你提到的CustomGridEditor是什么,wijmo并没有CustomGridEditor

潘棒棒 发表于 2023-3-9 15:25:35

文档中
https://demo.grapecity.com.cn/wijmo/demos/Grid/Editing/CustomEditors/vue
页: [1]
查看完整版本: 在vue中如何使用 CustomGridEditor类