I have a sublcass of ListGrid where I have override the setFields(ListGridField...) method to implement some overrides to the field attributes based on meta-data in the ds.xml definition. It works fine, but only when setFields() is called of course. When setFields() is not called, or when setFields is called but setUseAllDataSourceFields is set to true, I don't have an opportunity to override the other datasource fields.
Is there a point at which I can access and change *all* of the fields that will be part of the ListGrid and apply my customizations to them?
Is there a point at which I can access and change *all* of the fields that will be part of the ListGrid and apply my customizations to them?
Comment