SmartClient Version: v10.0p_2015-11-20/PowerEdition Deployment (built 2015-11-20)
I have a List Grid where I have enabled the Filter Editor - setShowFilterEditor(true). One of the List Grid Fields has setEditorProperties( ComboBoxItem). This ComboBoxItme instance is setting the setPickListCriteria( AdvancedCriteria). All works fine within the Grid. When I select the Combo Box within the Grid I get the correct pick list criteria and dropdown choices.
Issue is when I attempt to use the Filter on top of the List Grid for that column. The drop down list is not applying any criteria that matches a cell within the Grid, It is an unconstrained list of elements, i.e. no criteria is set in the dropdown.
How should I set the filter criteria for this Column so that it's drop down list has the correct criteria in the fetch? This column seems to be ignoring the fetchData() criteria set for the List Grid, is this because the Datasource of the ComboBoxItem is different than the DS of the List Grid itself?
T
I have a List Grid where I have enabled the Filter Editor - setShowFilterEditor(true). One of the List Grid Fields has setEditorProperties( ComboBoxItem). This ComboBoxItme instance is setting the setPickListCriteria( AdvancedCriteria). All works fine within the Grid. When I select the Combo Box within the Grid I get the correct pick list criteria and dropdown choices.
Issue is when I attempt to use the Filter on top of the List Grid for that column. The drop down list is not applying any criteria that matches a cell within the Grid, It is an unconstrained list of elements, i.e. no criteria is set in the dropdown.
How should I set the filter criteria for this Column so that it's drop down list has the correct criteria in the fetch? This column seems to be ignoring the fetchData() criteria set for the List Grid, is this because the Datasource of the ComboBoxItem is different than the DS of the List Grid itself?
T
Comment