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.
-
Sencha User
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:
Code:
Scheduler.get().scheduleFinally(new ScheduledCommand() {
@Override
public void execute() {
grouppingView.groupBy(columnList.get(3));
}
});
after click the whole view scrolls down and sometimes I'm not able to select it again. You can compare it:
http://sencha.com/examples-dev/#ExamplePlace:groupinggridexample
http://www.sencha.com/examples/#grouping
-
Sencha User
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
-
Sencha User