Referring to this sample: https://www.smartclient.com/smartcli...eFilterPresets
I would like to do something similar but I want to re-use the subclassed item in multiple grids/fields without having to specify the field name each time.
In the example, the field name is hard-coded to orderDate which works great if the field name is always orderDate. Is there a way to specify it so that item uses the field name that it is attached to?
I would like to do something similar but I want to re-use the subclassed item in multiple grids/fields without having to specify the field name each time.
In the example, the field name is hard-coded to orderDate which works great if the field name is always orderDate. Is there a way to specify it so that item uses the field name that it is attached to?
Comment