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.
我在 aspnet mvc3 应用程序中使用 extjs4.1 网格。我使用了 checkboxrowselection 模型。问题是:选中复选框后,该行不应在 extjs 网格中突出显示。我怎样才能做到这一点。
请帮忙
复选框选择模型的目的是选择行。在 extjs 中,选择一行意味着专门突出显示它,你想要的只是一个逻辑选择。您应该使用核心库附带的用户扩展:Ext.ux.CheckColumn。要收集行,您需要在模型属性设置为 true 的商店中查询您在 checkcolumn 上定义的数据索引。