Does Extjs has API to get a group header's position in gridpanel?
Does Extjs has API to get a group header's position in gridpanel?
We are using a gridpanel that has included a grouping-feature. What we want to do is to use JS to scroll to a specific group header. For example If we have three groups A,B,C and we want to jump via a JS-Call to Group C. Like the Hash tag in HTML, where you can say: index.html#C
Are there any possibilities to do this in ExtJs 4.1?
This no 'hash' tag feature for this. You would simply need to locate the record index for the key value that you want the select that record as you would in a regular grid and it should take you there