Dojo dGrid header checkbox to select all does not work

廉价感情. 提交于 2019-12-02 04:31:18

You should not be mixing selector and editor into your constructor - they are not designed to be used that way. They are designed to wrap column definition objects (which you are already doing for selector column, though I'd note that selectorType: "checkbox" is unnecessary since that's already the default).

Also, unrelated, selectionMode starts with a lowercase s.

Not sure if this will solve your problem but it will definitely prevent some weird behaviors in general.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!