简体   繁体   English

Ext.Net V2.X中的GroupingView显示错误

[英]GroupingView in Ext.Net V2.X show error

I am new with Ext.Net V1.X tool and my old project woking fine, but when I update Ext.Net DLL set V2.X. 我是Ext.Net V1.X工具的新手,我的旧项目工作正常,但是更新Ext.Net DLL时设置了V2.X。 Number of control generate errors. 控件产生错误的数量。

Error :58 The type or namespace name 'GroupingView' does not exist in the namespace 'Ext.Net' (are you missing an assembly reference?) 错误:58类型或名称空间名称'GroupingView'在名称空间'Ext.Net'中不存在(您是否缺少程序集引用?)

<View> <ext:GroupingView ID="gridView" HideGroupedColumn="true" ForceFit="true" > <Listeners> <Refresh Handler="UncheckCheckHeader(#{checkSelectionModel});" /> </Listeners> <GetRowClass Fn="getRowClass" /> </ext:GroupingView> </View>

The GroupingView has been removed in v2. v2中已删除GroupingView。 Please use a Grouping feature, see #23 in the BREAKING_CHANGES file. 请使用分组功能,请参见BREAKING_CHANGES文件中的#23。

Here are my best thoughts regarding migrating to v2 from v1. 是我从v1迁移到v2的最佳想法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM