SmartClient Version: v11.0p_2016-05-28/Pro Deployment (built 2016-05-28)
Hi, I have a ListGrid with filterLocalData:true and a ListGridField with an optionDatasource.
By default the filterEditor for this field is a SelectItem with all the options from the option datasource, but since this can have quite a few options, I would like instead to have a TextItem which filters on the value of the displayField as if it had been a normal text field.
I have changed the filterEditor to a TextItem via setFilterEditorProperties(new TextItem()) but I can't figure our how to make it filter against the displayField, if that is possible.
Hi, I have a ListGrid with filterLocalData:true and a ListGridField with an optionDatasource.
By default the filterEditor for this field is a SelectItem with all the options from the option datasource, but since this can have quite a few options, I would like instead to have a TextItem which filters on the value of the displayField as if it had been a normal text field.
I have changed the filterEditor to a TextItem via setFilterEditorProperties(new TextItem()) but I can't figure our how to make it filter against the displayField, if that is possible.
Comment