I use ExtJs 4.1.3 and Architect.
I've got a grid with the fields: name and surname.
I need to group the surname by the first char, for example:
A:
ANDERSON GINA
ANDERSON PAOLA
B:
BAT MAN
BAT MOBILE
...
I set the groupField= surname[0] but It doesn't work...
Any solution?
Thanks.

