I found a work around, which is to set the index to 0.

Example:
------------
var FIELDS = new GridControl("fields");

FIELDS.setAll(fields);
FIELDS.setIndex(0);


- Girish