-
12 Jul 2010 8:21 AM #1
[CLOSED-184] Editable Grouping Grid
[CLOSED-184] Editable Grouping Grid
Hi...!
What are the Designer steps in designing a grid with grouping abilities as well as editing abilities?
I am a bit lost hehehe
Thanks a bunch - great work you guys...!
Mihai
-
12 Jul 2010 10:03 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Mihai,
In the Designer, the steps are fairly simple. You start by creating an EditorGridPanel. This new grid panel will come pre-canned with several columns and column editors (which are just form field components). You edit the existing columns or delete/create columns as needed, and you can attach the appropriate column editor to each column that you want to be editable. So if you want a text box to show up when editing, then you want to add a TextField. If you want a drop down when editing, add and configure a ComboBox. Etc.
Lastly, for grouping, you can add the GroupingView to the EditorGridPanel and configure it to group on a particular data attribute from your store records.
Let me know if that is enough information to get you started. Good luck!
Jarred
-
13 Jul 2010 11:25 AM #3
Hi Jarred!
Thank you so much for coming back to me so soon! I did what you suggested, but when it comes to dragging a GroupingView over the EditorGroupPanel component, the interface seems to break...!
It's as if there is an error of some kind...
And in the Component tree (on the right hand side) it attaches itself to the EditorGridPanel right under a column...!
I don't know if I am making sense...!
Mihai
P.S.
Attached check the project at hand uf you don't mind hehehehe
-
14 Jul 2010 6:06 AM #4Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Thanks Mihai, I have this ticket open and will get this fixed ASAP for the next release. Thanks for reporting it! It's ok that the view is placed under a column, that doesn't matter...but there is an issue with Ext JS itself in terms of rendering the component that didn't exist before, so I will get it resolved.
Jarred
-
14 Jul 2010 9:14 AM #5Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Mihai,
I'm going to have to remove the GroupingView in the next release until we release the custom Store configurations (where you can supply your own DataProxy, DataReader, and DataWriter configs). The GroupingView needs a GroupingStore to work (whoops!) and we don't support the GroupingStore at the moment, but we will when we allow for custom proxy, reader, and writer configurations against a generic Store or a GroupingStore. I'll try to prioritize this for a near future release.
If you need grouping functionality, you will need to create your own custom GroupingStore and attach to your EditorGridPanel along with the GroupingView. See http://www.sencha.com/deploy/dev/doc...d.GroupingView and http://www.sencha.com/deploy/dev/doc....GroupingStore for more information.
-
12 Aug 2010 5:43 AM #6
Bump.
Just curious... When can we expect to see the Grouping Store available in Designer? An IDEAL situation would have all the available features of EXTjs ready to use in the Designer.Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED] [2.0.1]Editable Grid with data grouping bug
By gald in forum Ext GWT: Bugs (2.x)Replies: 5Last Post: 28 Oct 2009, 6:59 AM -
MULTI GROUPING LEVEL in Grid Editable
By SIDGEY in forum Ext 2.x: Help & DiscussionReplies: 12Last Post: 20 May 2009, 11:50 AM -
Extjs Editable Grid with grouping and paging
By riddhibhatia in forum Ext 3.x: Help & DiscussionReplies: 6Last Post: 30 Apr 2009, 8:08 PM -
Editable Grouping Grid Example (for qWikiOffice)
By rule3 in forum Ext 2.x: User Extensions and PluginsReplies: 0Last Post: 20 Aug 2008, 2:33 PM


Reply With Quote