-
19 Nov 2008 4:11 AM #31
groupingview question
groupingview question
If I view correctly:
Ext.ux.grid.GridViewMenuPlugin at google-code
shows a screenshot of a groupingview... but i can't seem to find the complete example... does it use the livegrid code? As I would love to use your code for my groupingview...
btw: Very nice & impressive work Mindmatters..
Regards,
Chris.
-
19 Nov 2008 4:23 AM #32
Hi Chris,
the grid in the screenshot does indeed use a GroupingView, but it's not build upon the livegrid (though it does work with the livegrid, as I'm using it as a plugin for a livegrid-driven component myself). If you do not need the "grouping"-options in your menu, then yes, you can use the plugin by simply adding it to your "plugins" configuration property. Somewhere on the first page should be a source code example posted by another user.
Considering the feedback the plugin received, the next release ("mystix" milestone
) will be more flexible and I'm currently looking into adapting some controls for grouping functionality. The next release is scheduled for the beginning of next week.
HTH
Thorsten
-
19 Nov 2008 4:31 AM #33
grouping view functionality
grouping view functionality
Great! I'll be looking forward to see a working update. (and will licence it)
Keep up the good work & the coffee flowing
regards,
Chris.
-
19 Nov 2008 4:33 AM #34
-
27 Nov 2008 12:27 AM #35
just a heads up -- menu.css has been updated in SVN, so the _beforeColMenuShow() code needs to be altered slightly, like so:
Code:_beforeColMenuShow : function(menu) { this._view.beforeColMenuShow.call(this, menu); // menu title tweak this.colMenu.insert(0, new Ext.menu.Separator()); this.colMenu.insert(0, new Ext.menu.TextItem({ text: String.format( '<img src="{0}" class="x-menu-item-icon x-cols-icon" />{1}', Ext.BLANK_IMAGE_URL, this._view.columnsText ), style: 'line-height:16px;padding:3px 21px 3px 27px;' })); }
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
5 Dec 2008 10:11 AM #36
>Secondly, why do you completely disallow enableHdMenu:true? I think you should only >disallow enableColumnHide:true.
Again, it's by design. As stated above, there is only either/or: Use the default hdMenu, or use the plugin to use the original-hdmenu in the upper right of the grid.[/quote]
Hello MindPatterns,
I would like to have both menus, too! If theres technically and logically nothing to say against it, why would you want to prevent it?
It would be useful for example when you have other plugins like columnfilters in hd-menu of columns and this plugin for column-show/hide menu on the right.
-
5 Dec 2008 10:19 AM #37
Your use case is completely different from mine, but that doesn't mean I want to prevent such an implementation.
However, I'm still busy with the build tools for conjoon, so it could take a while until I come back to this ux.
-
9 Feb 2009 3:57 AM #38
+1 for the simultaneous use of existing HdMenu alongside the excellent column menu ux. Not putting pressure on MP!
-
7 Apr 2009 2:48 PM #39
custom menu items
custom menu items
It would be great if this plugin would basically accept a custom menu structure. We have grid features like the following:
(a) Filter bar- filter fields appear below column headers
(b) column view bar - allows user to quickly switch between groups of columns
we want to use this grid menu plugin so that it gives us the ability to anchor the icon, drop a menu etc...but the menus we want are Filter (on/off), Column view features such as New View, Delete view etc..that we will handle.
Is it possible to extend this plugin to display our own menu or does it only support column hide/show?
-
18 Apr 2009 6:15 AM #40
0.2RC1 available
0.2RC1 available
0.2RC1 is available from the repository.
The plugin does now support GroupingViews. See the changelog on the first page for more information.


Reply With Quote

Waiting for lunch, the coffee maker is on the hold