Hi Isomorphic,
creating this testcase I noticed there is some problem with ListGrid.getFilterEditorCriteriaAsAdvancedCriteria(). It just does not seem to exist, I get a strange JavaScript error.
ListGrid.getFilterEditorCriteria().asAdvancedCriteria() does work, though. The method seems to be a bit special, as it does not exist in SmartClient, where getFilterEditorCriteria() returns Criteria | AdvancedCriteria.
Tested with latest v11.1p_2017-10-10.
Best regards
Blama
creating this testcase I noticed there is some problem with ListGrid.getFilterEditorCriteriaAsAdvancedCriteria(). It just does not seem to exist, I get a strange JavaScript error.
ListGrid.getFilterEditorCriteria().asAdvancedCriteria() does work, though. The method seems to be a bit special, as it does not exist in SmartClient, where getFilterEditorCriteria() returns Criteria | AdvancedCriteria.
Tested with latest v11.1p_2017-10-10.
Best regards
Blama
Comment