-
Ext User
Ext.grid.GroupingView
Hi,
I'm using the Ext.grid.GroupingView to display some data on a grid. Is there a way to scroll to a group header row when I reload the store.
I'm currently doing this setting the focus to a row inside the group:-
ar row = gridGroup.store.find('ID', lastrowinthegroup);
if (gridGroup.view.getRow(row) != null) {
gridGroup.view.focusRow(row);
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules