Ext.grid.Panel sorting the "name" field by default
Ext.grid.Panel sorting the "name" field by default
If there is a record having a field with a value of "name" as the name property, the grid gets sorted by that field by default. Why is that? And how can it be changed? I could not find anything that suggests this behavior in the documentation.