Hello,
I have a ListGridField that uses setEditValueFormatter() to modify the display value.
When I add a FormItem using setFilterEditorProperties() on the ListGridField, the editValueFormatter is effecting the formItem as well.
Is there a way to prevent this from happening?
Thanks
I have a ListGridField that uses setEditValueFormatter() to modify the display value.
When I add a FormItem using setFilterEditorProperties() on the ListGridField, the editValueFormatter is effecting the formItem as well.
Is there a way to prevent this from happening?
Thanks
Comment