MultiGroupingPanel on Ext 3.3 beta
I recently tested venky0589's MultiGroupingPanel control on Ext 3.3 beta 2 and found that despite being coded for Ext 2, the control successfully performed multiple grouping on Ext 3.3 beta 2. Thing is, the grouped elements did not expand or contract; when the user attempted to operate them, an error was generated in in file ext-all-debug.js, line 5129: "s.replace is not a function". I believe that some of the standard GridView event handlers were called despite a MultiGroupingView configuration; this error can be reproduced quite easily with Ext 3.3 beta 2, a modestly-configured Apache web server, and the code from venky0589's thread on his seminal grid control. Has anyone managed to get the MultiGroupingPanel control working with Ext 3.3 beta 2?
1 Attachment(s)
I used a modified version based on the version from galdaka
Quote:
Originally Posted by
Radziu
What version multi grouping did you use?
I used a modified version of the multi-grouping grid based on the version from galdaka.
The one I use has some modifications to make it work with summary and editor grid.
I attach it here so you can use. It includes the latest fix for 3.3.0.
Attachment 24519