ExtJS:EditorGrid 中的多选组合
有一些不错的表单组合框(例如 LovCombo 或 SuperBoxSelect)。
我有一个在网格中工作的组合框。但是如何在编辑器网格中包含 MultiSelect 组合框?最好的方法是什么?是否有任何现有代码可以开始?
谢谢!
There are some nice ComboBoxes for forms (f.e. the LovCombo or the SuperBoxSelect).
I got a ComboBox working in a Grid. But how do I include a MultiSelect ComboBox in an Editor Grid? What is the best approach? Is there any existing code to get started?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用控件提供的定义的
xtypes
?例如,如果查看 LovCombo,您将看到:在网格内部,为每一列定义编辑器:
Have you tried using the defined
xtypes
that the controls provide? If you look at the LovCombo for example, you'll see:Inside of your Grid, for each column, define the editor: