-
8 Mar 2012 4:54 PM #1
groupgrid is not showing properly in beta3
groupgrid is not showing properly in beta3
Group grid example in the beta3 examples is not showing properly.
Also when you set the grouping features on, moving column doesn't resize properly.
-
8 Mar 2012 5:23 PM #2
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
8 Mar 2012 5:25 PM #3Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
That example is working fine for me.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
9 Mar 2012 9:52 AM #4
I am using Firefox 10.0.2. Other grid examples looks fine except below.
I am having a issue of moving column in my app using grouping in grid (the header moves fine, but contents doesn't resize properly according to the header) so I wanted to check with the examples and noticed this. If I remove grouping, then works fine...
This is what I found from beta-3 grouping grid examples..
Capture.jpg
This is before we move column in our application
Capture1.jpg
This is after we move the column with lock image. (Looks like the size of name column retains )
If I remove Grouping.. then it works perfectly fine.
Capture2.jpg
-
9 Mar 2012 11:00 AM #5
-
10 Mar 2012 12:48 AM #6
Looks like a very subtle problem with column ordering and visibility.
If there's a column before the group by column, then it goes out of whack.
The group by field is still represented, the column is just hidden.
So if you drag due date to the first column, it is inserted before the group by field. This causes problems.
We'll have to dig in to find why.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
10 Mar 2012 12:49 AM #7
@Mitch, can you log a ticket for this? It will have to be prioritized...
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Mar 2012 5:26 PM #8
Moved to Bugs forum and created a ticket.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-5576
in
4.1.


Reply With Quote