c# - GroupingView in Ext.Net V2.X show error -


i new ext.net v1.x tool , old project woking fine, when update ext.net dll set v2.x. number of control generate errors.

error :58 type or namespace name 'groupingview' not exist in namespace 'ext.net' (are missing assembly reference?)

<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. please use grouping feature, see #23 in breaking_changes file.

here best thoughts regarding migrating v2 v1.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -