Hybrid View
-
23 Oct 2011 10:44 AM #1
Weird behavior on selecting row in groupping grid dp5
Weird behavior on selecting row in groupping grid dp5
When you use grid the row selection works fine like in 2.x version, but when I add groupping:
after click the whole view scrolls down and sometimes I'm not able to select it again. You can compare it:Code:Scheduler.get().scheduleFinally(new ScheduledCommand() { @Override public void execute() { grouppingView.groupBy(columnList.get(3)); } });
http://sencha.com/examples-dev/#ExamplePlace:groupinggridexample
http://www.sencha.com/examples/#grouping
-
5 Dec 2011 5:30 PM #2
This is fixed in SVN. Fix will go out in the next release later this week. You can verify the change here:
http://staging.sencha.com:8080/examp...e:groupinggrid
-
12 Dec 2011 6:55 PM #3
Fixed in beta 1.
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote