Is it possible to set the ListGridField class to use for a specific field in a ds.xml?
I have a ListGridField class that I've created that has a cellFormatter and editValueFormatter. I'd like to use this class for specific fields coming from a ds.xml. Is there a way to tell a list grid to use this class for a specific field? I know I can set the fields explicitly with ListGrid.setFields(), but I was wondering if there was a way to set a specific class to use for a specific field.
Thanks
I have a ListGridField class that I've created that has a cellFormatter and editValueFormatter. I'd like to use this class for specific fields coming from a ds.xml. Is there a way to tell a list grid to use this class for a specific field? I know I can set the fields explicitly with ListGrid.setFields(), but I was wondering if there was a way to set a specific class to use for a specific field.
Thanks
Comment