Is it possible to specify a specific class to use in a ListGrid from the ds.xml definition?
We created a class that extends ListGridField to handle certain data types. It works fine when we set the fields via ListGrid.setFields(). Is it possible to specify this specific class for this list grid field in the ds.xml?
We created a class that extends ListGridField to handle certain data types. It works fine when we set the fields via ListGrid.setFields(). Is it possible to specify this specific class for this list grid field in the ds.xml?
Comment