Hello,
for ListGridField you support filterEditorProperties and FilterBuilder is usually used with ListGrids.
Can't you instead of using editorProperties use filterEditorProperties for making fields for FilterBuilder?
Maybe best will be to use filterEditorProperties from field and only when it's not available use editorProperties. I'm speaking about code in FilterBuilder.js in lines 592-603 (Version v8.2p_2012-04-12).
plus small bug at line 594 'exitorType' -> 'editorType'
for ListGridField you support filterEditorProperties and FilterBuilder is usually used with ListGrids.
Can't you instead of using editorProperties use filterEditorProperties for making fields for FilterBuilder?
Maybe best will be to use filterEditorProperties from field and only when it's not available use editorProperties. I'm speaking about code in FilterBuilder.js in lines 592-603 (Version v8.2p_2012-04-12).
plus small bug at line 594 'exitorType' -> 'editorType'
Comment